From d53cc65a1205f2a1b5a9706441504a993a06aa8f Mon Sep 17 00:00:00 2001 From: erik Date: Mon, 17 Apr 2000 16:16:10 +0000 Subject: More updates to the docs, and fixes to sync things with the docs. -Erik git-svn-id: svn://busybox.net/trunk/busybox@467 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- wc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'wc.c') diff --git a/wc.c b/wc.c index 8004e6294..030afa9d6 100644 --- a/wc.c +++ b/wc.c @@ -25,7 +25,8 @@ static const char wc_usage[] = "wc [OPTION]... [FILE]...\n\n" "Print line, word, and byte counts for each FILE, and a total line if\n" - "more than one FILE is specified. With no FILE, read standard input.\n" + "more than one FILE is specified. With no FILE, read standard input.\n\n" + "Options:\n" "\t-c\tprint the byte counts\n" "\t-l\tprint the newline counts\n" -- cgit v1.2.3-55-g6feb