diff options
Diffstat (limited to 'wc.c')
-rw-r--r-- | wc.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -28,7 +28,6 @@ static const char wc_usage[] = "wc [OPTION]... [FILE]...\n\n" | |||
28 | "\t-c\tprint the byte counts\n" | 28 | "\t-c\tprint the byte counts\n" |
29 | "\t-l\tprint the newline counts\n" | 29 | "\t-l\tprint the newline counts\n" |
30 | "\t-L\tprint the length of the longest line\n" | 30 | "\t-L\tprint the length of the longest line\n" |
31 | "\t-L\tprint the length of the longest line\n" | ||
32 | "\t-w\tprint the word counts\n"; | 31 | "\t-w\tprint the word counts\n"; |
33 | 32 | ||
34 | static int total_lines, total_words, total_chars, max_length; | 33 | static int total_lines, total_words, total_chars, max_length; |