From 72107d51f93406216ec45dc4a7aeec46036cf659 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Sun, 25 Jan 2009 19:27:04 +0100 Subject: Document the options in the README --- inotail.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'inotail.c') 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); -- cgit v1.2.3-54-g00ecf