]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(usage): Correct --help output.
authorJim Meyering <jim@meyering.net>
Sun, 12 Mar 2000 17:31:52 +0000 (17:31 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 12 Mar 2000 17:31:52 +0000 (17:31 +0000)
src/cksum.c

index db4db25dabc189822cc89dd77f751f0a24e7682c..0dfb31966a7f7ec9d6f843042ca277344509dc91 100644 (file)
@@ -1,5 +1,5 @@
 /* cksum -- calculate and print POSIX.2 checksums and sizes of files
-   Copyright (C) 92, 1995-1999 Free Software Foundation, Inc.
+   Copyright (C) 92, 1995-2000 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
@@ -267,9 +267,10 @@ usage (int status)
   else
     {
       printf (_("\
-Usage: %s [OPTION]... [FILE]...\n\
+Usage: %s [FILE]...\n\
+  or:  %s [OPTION]\n\
 "),
-             program_name);
+             program_name, program_name);
       printf (_("\
 Print CRC checksum and byte counts of each FILE.\n\
 \n\