aboutsummaryrefslogtreecommitdiff
path: root/toys/posix/wc.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/posix/wc.c')
-rw-r--r--toys/posix/wc.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/toys/posix/wc.c b/toys/posix/wc.c
index b875c1fd..5d362e7d 100644
--- a/toys/posix/wc.c
+++ b/toys/posix/wc.c
@@ -14,10 +14,10 @@ config WC
Count lines, words, and characters in input.
- -l show lines
- -w show words
- -c show bytes
- -m show characters
+ -l Show lines
+ -w Show words
+ -c Show bytes
+ -m Show characters
By default outputs lines, words, bytes, and filename for each
argument (or from stdin if none). Displays only either bytes