[git commit] tail: make help text for -n +N syntax more correct
Denys Vlasenko
vda.linux at googlemail.com
Mon Feb 25 06:24:44 UTC 2013
commit: http://git.busybox.net/busybox/commit/?id=3305c008ed6084f58b59dde5198ae92e3a458e46
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master
Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
coreutils/tail.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
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"
More information about the busybox-cvs
mailing list