tail: make help text for -n +N syntax more correct
authorDenys Vlasenko <vda.linux@googlemail.com>
Mon, 25 Feb 2013 06:24:44 +0000 (07:24 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Mon, 25 Feb 2013 06:24:44 +0000 (07:24 +0100)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
coreutils/tail.c

index 87251da..19fd8f6 100644 (file)
@@ -37,7 +37,7 @@
 //usage:     "\n       -s SECONDS      Wait SECONDS between reads with -f"
 //usage:       )
 //usage:     "\n       -n N[kbm]       Print last N lines"
-//usage:     "\n       -n +N[kbm]      Skip N lines and print the rest"
+//usage:     "\n       -n +N[kbm]      Start on Nth line and print the rest"
 //usage:       IF_FEATURE_FANCY_TAIL(
 //usage:     "\n       -c [+]N[kbm]    Print last N bytes"
 //usage:     "\n       -q              Never print headers"