summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-06-12 06:55:57 +0000
committerJim Meyering <jim@meyering.net>2003-06-12 06:55:57 +0000
commit92bbc5bbaf9341c5fe6eb108c8448d43dd701e19 (patch)
treee5d41ff5b71798878d663c89c54ec1604a67ab51 /src
parente07c146aa1bbed70eae79c5bb93756811180c2f3 (diff)
downloadcoreutils-92bbc5bbaf9341c5fe6eb108c8448d43dd701e19.tar.xz
(usage): Correct wording: wc prints counts in the order `newline, word, byte'.
Diffstat (limited to 'src')
-rw-r--r--src/wc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wc.c b/src/wc.c
index 733d32d85..5d520ff70 100644
--- a/src/wc.c
+++ b/src/wc.c
@@ -1,5 +1,5 @@
/* wc - print the number of bytes, words, and lines in files
- Copyright (C) 85, 91, 1995-2002 Free Software Foundation, Inc.
+ Copyright (C) 85, 91, 1995-2003 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -127,7 +127,7 @@ Usage: %s [OPTION]... [FILE]...\n\
"),
program_name);
fputs (_("\
-Print byte, word, and newline counts for each FILE, and a total line if\n\
+Print newline, 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 print the byte counts\n\