diff options
Diffstat (limited to 'coreutils/wc.c')
-rw-r--r-- | coreutils/wc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/coreutils/wc.c b/coreutils/wc.c index a1e2fca..e69f0d8 100644 --- a/coreutils/wc.c +++ b/coreutils/wc.c @@ -28,7 +28,6 @@ static const char wc_usage[] = "wc [OPTION]... [FILE]...\n\n" "\t-c\tprint the byte counts\n" "\t-l\tprint the newline counts\n" "\t-L\tprint the length of the longest line\n" -"\t-L\tprint the length of the longest line\n" "\t-w\tprint the word counts\n"; static int total_lines, total_words, total_chars, max_length; |