aboutsummaryrefslogtreecommitdiff
path: root/include/usage.src.h
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2010-10-04 17:08:14 +0200
committerDenys Vlasenko <dvlasenk@redhat.com>2010-10-04 17:08:14 +0200
commitafc7b4c0d83ab82eb20cedae5d9676c3a21af4bf (patch)
tree6fb1ade933fda51bac6e13252bb19c3e3862c353 /include/usage.src.h
parent09e7dafbfe358bed5a3bbf45dc2369760c09a47e (diff)
downloadbusybox-w32-afc7b4c0d83ab82eb20cedae5d9676c3a21af4bf.tar.gz
busybox-w32-afc7b4c0d83ab82eb20cedae5d9676c3a21af4bf.tar.bz2
busybox-w32-afc7b4c0d83ab82eb20cedae5d9676c3a21af4bf.zip
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/usage.src.h')
-rw-r--r--include/usage.src.h15
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
4764 "\n" \ 4764 "\n" \
4765 "\nUse 500ms to specify period in milliseconds" \ 4765 "\nUse 500ms to specify period in milliseconds" \
4766 4766
4767#define wc_trivial_usage \
4768 "[OPTIONS] [FILE]..."
4769#define wc_full_usage "\n\n" \
4770 "Print line, word, and byte counts for each FILE (or stdin),\n" \
4771 "and a total line if more than one FILE is specified\n" \
4772 "\nOptions:" \
4773 "\n -c Print the byte counts" \
4774 "\n -l Print the newline counts" \
4775 "\n -L Print the length of the longest line" \
4776 "\n -w Print the word counts" \
4777
4778#define wc_example_usage \
4779 "$ wc /etc/passwd\n" \
4780 " 31 46 1365 /etc/passwd\n"
4781
4782#define wget_trivial_usage \ 4767#define wget_trivial_usage \
4783 IF_FEATURE_WGET_LONG_OPTIONS( \ 4768 IF_FEATURE_WGET_LONG_OPTIONS( \
4784 "[-c|--continue] [-s|--spider] [-q|--quiet] [-O|--output-document FILE]\n" \ 4769 "[-c|--continue] [-s|--spider] [-q|--quiet] [-O|--output-document FILE]\n" \