From: Denys Vlasenko Date: Mon, 25 Feb 2013 06:24:44 +0000 (+0100) Subject: tail: make help text for -n +N syntax more correct X-Git-Tag: 1.22.1~292 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3305c008ed6084f58b59dde5198ae92e3a458e46;p=platform%2Fupstream%2Fbusybox.git tail: make help text for -n +N syntax more correct Signed-off-by: Denys Vlasenko --- diff --git a/coreutils/tail.c b/coreutils/tail.c index 87251da..19fd8f6 100644 --- a/coreutils/tail.c +++ b/coreutils/tail.c @@ -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"