diff options
author | Erik Andersen | 2000-01-23 18:19:02 +0000 |
---|---|---|
committer | Erik Andersen | 2000-01-23 18:19:02 +0000 |
commit | 5509af7073ffff75d86ff8c67a2075169a859efd (patch) | |
tree | 2728cbb296484026cb657f92f78e1bb0806ba6f4 /wc.c | |
parent | 9bc7e89fc1eb493c06494ad86781ab49fc28c509 (diff) | |
download | busybox-5509af7073ffff75d86ff8c67a2075169a859efd.zip busybox-5509af7073ffff75d86ff8c67a2075169a859efd.tar.gz |
* added (and documented) "-n" option for head -
contributed Friedrich Vedder <fwv@myrtle.lahn.de>
* Cleanup for a number of usage messages -- also
contributed Friedrich Vedder <fwv@myrtle.lahn.de>
-Erik
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" "\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; |