From e5b6c7dd9cb32852a7f5b19a9855cf3c32543396 Mon Sep 17 00:00:00 2001 From: Erik Andersen Date: Mon, 17 Apr 2000 16:16:10 +0000 Subject: More updates to the docs, and fixes to sync things with the docs. -Erik --- 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