1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-12 06:57:33 +02:00

(usage): Remove third program_name argument -- there

were only two `%s' in the format string.
This commit is contained in:
Jim Meyering
1999-01-03 15:47:38 +00:00
parent e38501be52
commit 944dc00d0c

View File

@@ -122,7 +122,7 @@ The sums are computed as described in RFC 1321. When checking, the input\n\
should be a former output of this program. The default mode is to print\n\
a line with checksum, a character indicating type (`*' for binary, ` ' for\n\
text), and name for each FILE.\n"),
program_name, program_name, program_name);
program_name, program_name);
puts (_("\nReport bugs to <bug-textutils@gnu.org>."));
}