From 56c31f14e31948366da595479dd9fc6f32cbbb5f Mon Sep 17 00:00:00 2001 From: erik Date: Sun, 23 Jan 2000 18:19:02 +0000 Subject: * added (and documented) "-n" option for head - contributed Friedrich Vedder * Cleanup for a number of usage messages -- also contributed Friedrich Vedder -Erik git-svn-id: svn://busybox.net/trunk/busybox@336 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- wc.c | 1 - 1 file changed, 1 deletion(-) (limited to 'wc.c') diff --git a/wc.c b/wc.c index a1e2fca56..e69f0d899 100644 --- a/wc.c +++ b/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; -- cgit v1.2.3-55-g6feb