]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(usage): Adjust ordering to match that of default output.
authorJim Meyering <jim@meyering.net>
Thu, 25 Apr 2002 20:38:16 +0000 (20:38 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 25 Apr 2002 20:38:16 +0000 (20:38 +0000)
src/wc.c

index 1d638b8c20d1c931acceb388b690a51c30b31b1c..970497ac844b4d739619ffdd3882c8e0cae16ec8 100644 (file)
--- 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-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\