aboutsummaryrefslogtreecommitdiff
path: root/applets
diff options
context:
space:
mode:
authorkraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-10-19 21:28:32 +0000
committerkraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-10-19 21:28:32 +0000
commitcd4b2a8d2251b1e03f66fce0d0fa683d1057c3b2 (patch)
tree1c5f6a1d99853496e728915d1a1faa90bb3c231a /applets
parentaab50f90d277666a29d328c2280dc7d3fb6c5792 (diff)
downloadbusybox-w32-cd4b2a8d2251b1e03f66fce0d0fa683d1057c3b2.tar.gz
busybox-w32-cd4b2a8d2251b1e03f66fce0d0fa683d1057c3b2.tar.bz2
busybox-w32-cd4b2a8d2251b1e03f66fce0d0fa683d1057c3b2.zip
Piss people off by removing [+-][0-9]+ options from tail.
git-svn-id: svn://busybox.net/trunk/busybox@1205 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'applets')
-rw-r--r--applets/usage.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/applets/usage.c b/applets/usage.c
index 51ab9a813..11326432c 100644
--- a/applets/usage.c
+++ b/applets/usage.c
@@ -1164,7 +1164,6 @@ const char tail_usage[] =
1164 "\t-c=N[kbm]\toutput the last N bytes\n" 1164 "\t-c=N[kbm]\toutput the last N bytes\n"
1165#endif 1165#endif
1166 "\t-n NUM\t\tPrint last NUM lines instead of first 10\n" 1166 "\t-n NUM\t\tPrint last NUM lines instead of first 10\n"
1167 "\t\t\tAlso can be -NUM or +NUM.\n"
1168 "\t-f\t\tOutput data as the file grows.\n" 1167 "\t-f\t\tOutput data as the file grows.\n"
1169#ifndef BB_FEATURE_SIMPLE_TAIL 1168#ifndef BB_FEATURE_SIMPLE_TAIL
1170 "\t-q\t\tnever output headers giving file names\n" 1169 "\t-q\t\tnever output headers giving file names\n"