From: Jim Meyering Date: Sun, 12 Mar 2000 17:31:52 +0000 (+0000) Subject: (usage): Correct --help output. X-Git-Tag: SH-UTILS-2_0g~34 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5e62fc320b1964f0dec9d622609ae81c13de9e5d;p=thirdparty%2Fcoreutils.git (usage): Correct --help output. --- diff --git a/src/cksum.c b/src/cksum.c index db4db25dab..0dfb31966a 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\