summaryrefslogtreecommitdiff
path: root/src/wc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wc.c')
-rw-r--r--src/wc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wc.c b/src/wc.c
index 3f384480b..e101b9033 100644
--- a/src/wc.c
+++ b/src/wc.c
@@ -79,9 +79,9 @@ Usage: %s [OPTION]... [FILE]...\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, or when FILE is -,\n\
read standard input.\n\
+ -c, --bytes, --chars print the byte counts\n\
-l, --lines print the newline counts\n\
-w, --words print the word counts\n\
- -c, --bytes, --chars print the byte counts\n\
--help display this help and exit\n\
--version output version information and exit\n\
"));