diff options
author | Erik Andersen | 2000-04-17 16:16:10 +0000 |
---|---|---|
committer | Erik Andersen | 2000-04-17 16:16:10 +0000 |
commit | e5b6c7dd9cb32852a7f5b19a9855cf3c32543396 (patch) | |
tree | afe963cde5e3882b8785c963d7d1ec07d458a85a /coreutils/wc.c | |
parent | 4fd10fc73be4ce707c7d55f608d47894a2d1b12c (diff) | |
download | busybox-e5b6c7dd9cb32852a7f5b19a9855cf3c32543396.zip busybox-e5b6c7dd9cb32852a7f5b19a9855cf3c32543396.tar.gz |
More updates to the docs, and fixes to sync things with the docs.
-Erik
Diffstat (limited to 'coreutils/wc.c')
-rw-r--r-- | coreutils/wc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/coreutils/wc.c b/coreutils/wc.c index 8004e62..030afa9 100644 --- a/coreutils/wc.c +++ b/coreutils/wc.c @@ -25,7 +25,8 @@ static const char wc_usage[] = "wc [OPTION]... [FILE]...\n\n" "Print line, word, and byte counts for each FILE, and a total line if\n" - "more than one FILE is specified. With no FILE, read standard input.\n" + "more than one FILE is specified. With no FILE, read standard input.\n\n" + "Options:\n" "\t-c\tprint the byte counts\n" "\t-l\tprint the newline counts\n" |