summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-04-12 09:50:20 +0000
committerJim Meyering <jim@meyering.net>2000-04-12 09:50:20 +0000
commitf03b3e48eaa4c3cd1602c2ed5a747a9c5c2ed980 (patch)
tree82a69e59b448dacbe4b974c31e6e3daae1e71a85 /src
parent50a68130a3f3172f3b8f16864a8406facb5a4b5d (diff)
downloadcoreutils-f03b3e48eaa4c3cd1602c2ed5a747a9c5c2ed980.tar.xz
(usage): Tweak --help output. Suggestions from Karl Berry.
Diffstat (limited to 'src')
-rw-r--r--src/tail.c18
1 files changed, 11 insertions, 7 deletions
diff --git a/src/tail.c b/src/tail.c
index e6fd12f2e..0d0f80ae2 100644
--- a/src/tail.c
+++ b/src/tail.c
@@ -254,16 +254,20 @@ With no FILE, or when FILE is -, read standard input.\n\
equivalent\n\
-n, --lines=N output the last N lines, instead of the last %d\n\
--max-consecutive-size-changes=N\n\
- with --follow=name, reopen a FILE which has not\n\
- changed size after N (default N=%d) iterations\n\
- to see if it has been unlinked or renamed\n\
+ with --follow=name, reopen a FILE after N\n\
+ (default %d) consecutive size changes to see if\n\
+ it has been unlinked or renamed\n\
+ (this is the unusual case where a log file\n\
+ continues to be written to after rotation)\n\
--max-unchanged-stats=N\n\
- with --follow=name, reopen a FILE after N (default\n\
- N=%d) consecutive size changes to see if it has\n\
- been unlinked or renamed\n\
+ with --follow=name, reopen a FILE which has not\n\
+ changed size after N (default %d) iterations\n\
+ to see if it has been unlinked or renamed\n\
+ (this is the usual case of rotated log files)\n
--pid=PID with -f, terminate after process ID, PID dies\n\
-q, --quiet, --silent never output headers giving file names\n\
- -s, --sleep-interval=S with -f, sleep S seconds between iterations\n\
+ -s, --sleep-interval=S with -f, each iteration lasts approximately S\n\
+ (default 1) seconds\n\
-v, --verbose always output headers giving file names\n\
--help display this help and exit\n\
--version output version information and exit\n\