projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40c6da4
)
tail: make help text for -n +N syntax more correct
author
Denys Vlasenko
<vda.linux@googlemail.com>
Mon, 25 Feb 2013 06:24:44 +0000
(07:24 +0100)
committer
Denys 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
patch
|
blob
|
history
diff --git
a/coreutils/tail.c
b/coreutils/tail.c
index 87251da83aeaf8a2b74bbbd5f6f4ba502629d503..19fd8f6952a1e3b5a802ec186f35ec35f8250275 100644
(file)
--- 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] S
kip N lines
and print the rest"
+//usage: "\n -n +N[kbm] S
tart 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"