diff options
author | Jim Meyering <jim@meyering.net> | 2002-04-25 20:38:16 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-04-25 20:38:16 +0000 |
commit | 6cc8245afb6e6e021dac727eb59025a12c88f853 (patch) | |
tree | 5ef36599e0ce830a477a4e86cc992901464f0770 | |
parent | 93066fab5134692b3b2355425857be2df9f694a1 (diff) | |
download | coreutils-6cc8245afb6e6e021dac727eb59025a12c88f853.tar.xz |
(usage): Adjust ordering to match that of default output.
-rw-r--r-- | src/wc.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ /* wc - print the number of bytes, words, and lines in files - Copyright (C) 85, 91, 1995-2001 Free Software Foundation, Inc. + Copyright (C) 85, 91, 1995-2002 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 @@ -130,7 +130,7 @@ Usage: %s [OPTION]... [FILE]...\n\ "), program_name); fputs (_("\ -Print newline, word, and byte counts for each FILE, and a total line if\n\ +Print byte, word, and newline 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\ |