diff options
author | Matt Kraai | 2000-10-19 21:28:32 +0000 |
---|---|---|
committer | Matt Kraai | 2000-10-19 21:28:32 +0000 |
commit | 69229a6c92a2d73bcee7c06eb79bd0a4f40d4e16 (patch) | |
tree | 1c5f6a1d99853496e728915d1a1faa90bb3c231a /applets/usage.c | |
parent | 4f94e826cf61086639bddcd2cd44bd40faee0712 (diff) | |
download | busybox-69229a6c92a2d73bcee7c06eb79bd0a4f40d4e16.zip busybox-69229a6c92a2d73bcee7c06eb79bd0a4f40d4e16.tar.gz |
Piss people off by removing [+-][0-9]+ options from tail.
Diffstat (limited to 'applets/usage.c')
-rw-r--r-- | applets/usage.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/applets/usage.c b/applets/usage.c index 51ab9a8..1132643 100644 --- a/applets/usage.c +++ b/applets/usage.c @@ -1164,7 +1164,6 @@ const char tail_usage[] = "\t-c=N[kbm]\toutput the last N bytes\n" #endif "\t-n NUM\t\tPrint last NUM lines instead of first 10\n" - "\t\t\tAlso can be -NUM or +NUM.\n" "\t-f\t\tOutput data as the file grows.\n" #ifndef BB_FEATURE_SIMPLE_TAIL "\t-q\t\tnever output headers giving file names\n" |