summaryrefslogtreecommitdiff
path: root/src/wc.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-11-23 22:06:55 +0000
committerJim Meyering <jim@meyering.net>1996-11-23 22:06:55 +0000
commite298f1f300b261e41db1a7516d99693986a2267b (patch)
treead56adabdb5c0877cd3405fe7b9d49232e28a965 /src/wc.c
parent81024044659c48de8fa65fc1ea44071bda7db7eb (diff)
downloadcoreutils-e298f1f300b261e41db1a7516d99693986a2267b.tar.xz
(usage): Alphabetize options like sort -f would.
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\
"));