summaryrefslogtreecommitdiff
path: root/inotail.c
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2009-01-25 19:27:04 +0100
committerTobias Klauser <tklauser@distanz.ch>2009-01-25 19:27:04 +0100
commit72107d51f93406216ec45dc4a7aeec46036cf659 (patch)
tree7255309822680a1ab624cf93f2a37f1249a40005 /inotail.c
parent7a1d9eb8e5c067d3e7935c8ca3aaf0535ed90661 (diff)
Document the options in the README
Diffstat (limited to 'inotail.c')
-rw-r--r--inotail.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/inotail.c b/inotail.c
index 53101a8..55fa532 100644
--- a/inotail.c
+++ b/inotail.c
@@ -783,7 +783,7 @@ int main(int argc, char **argv)
case 's':
/* No sleep interval because we're never sleeping.
* That's the whole point of inotail! */
- fprintf(stderr, "Warning: Option '-s' has no effect in inotail\n");
+ fprintf(stderr, "Warning: Option '-s' has no effect, ignoring\n");
break;
case PID_OPTION:
/* Watching the PID is not possible because of the
@@ -792,7 +792,7 @@ int main(int argc, char **argv)
/* inotail (will) watch the containing directory for the
* file being moved or deleted, so there is no need for
* this either */
- fprintf(stderr, "Warning: Option '--%s' has no effect in inotail\n", long_opts[option_idx].name);
+ fprintf(stderr, "Warning: Option '--%s' has no effect, ignoring\n", long_opts[option_idx].name);
break;
default:
usage(EXIT_FAILURE);