diff options
author | Jim Meyering <jim@meyering.net> | 2000-03-12 17:31:52 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-03-12 17:31:52 +0000 |
commit | 5e62fc320b1964f0dec9d622609ae81c13de9e5d (patch) | |
tree | 7c86c925b8627cf6acefc8f5333bc7f3cb04c091 /src/cksum.c | |
parent | 7386ed8bd1c8f4804a36bb176f037c3128167dc6 (diff) | |
download | coreutils-5e62fc320b1964f0dec9d622609ae81c13de9e5d.tar.xz |
(usage): Correct --help output.
Diffstat (limited to 'src/cksum.c')
-rw-r--r-- | src/cksum.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/cksum.c b/src/cksum.c index db4db25da..0dfb31966 100644 --- a/src/cksum.c +++ b/src/cksum.c @@ -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\ |