diff options
author | Denys Vlasenko <dvlasenk@redhat.com> | 2010-10-04 17:08:14 +0200 |
---|---|---|
committer | Denys Vlasenko <dvlasenk@redhat.com> | 2010-10-04 17:08:14 +0200 |
commit | afc7b4c0d83ab82eb20cedae5d9676c3a21af4bf (patch) | |
tree | 6fb1ade933fda51bac6e13252bb19c3e3862c353 /include | |
parent | 09e7dafbfe358bed5a3bbf45dc2369760c09a47e (diff) | |
download | busybox-afc7b4c0d83ab82eb20cedae5d9676c3a21af4bf.tar.gz |
wc: add support for -m
function old new delta
wc_main 601 637 +36
packed_usage 27357 27358 +1
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/usage.src.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/include/usage.src.h b/include/usage.src.h index 577eb5746..e7e9269e9 100644 --- a/include/usage.src.h +++ b/include/usage.src.h @@ -4764,21 +4764,6 @@ INSERT "\n" \ "\nUse 500ms to specify period in milliseconds" \ -#define wc_trivial_usage \ - "[OPTIONS] [FILE]..." -#define wc_full_usage "\n\n" \ - "Print line, word, and byte counts for each FILE (or stdin),\n" \ - "and a total line if more than one FILE is specified\n" \ - "\nOptions:" \ - "\n -c Print the byte counts" \ - "\n -l Print the newline counts" \ - "\n -L Print the length of the longest line" \ - "\n -w Print the word counts" \ - -#define wc_example_usage \ - "$ wc /etc/passwd\n" \ - " 31 46 1365 /etc/passwd\n" - #define wget_trivial_usage \ IF_FEATURE_WGET_LONG_OPTIONS( \ "[-c|--continue] [-s|--spider] [-q|--quiet] [-O|--output-document FILE]\n" \ |