diff options
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 8004e6294..030afa9d6 100644 --- a/coreutils/wc.c +++ b/coreutils/wc.c | |||
@@ -25,7 +25,8 @@ | |||
25 | 25 | ||
26 | static const char wc_usage[] = "wc [OPTION]... [FILE]...\n\n" | 26 | static const char wc_usage[] = "wc [OPTION]... [FILE]...\n\n" |
27 | "Print line, word, and byte counts for each FILE, and a total line if\n" | 27 | "Print line, word, and byte counts for each FILE, and a total line if\n" |
28 | "more than one FILE is specified. With no FILE, read standard input.\n" | 28 | "more than one FILE is specified. With no FILE, read standard input.\n\n" |
29 | "Options:\n" | ||
29 | "\t-c\tprint the byte counts\n" | 30 | "\t-c\tprint the byte counts\n" |
30 | "\t-l\tprint the newline counts\n" | 31 | "\t-l\tprint the newline counts\n" |
31 | 32 | ||