projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e38501b
)
(usage): Remove third program_name argument -- there
author
Jim Meyering
<jim@meyering.net>
Sun, 3 Jan 1999 15:47:38 +0000
(15:47 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sun, 3 Jan 1999 15:47:38 +0000
(15:47 +0000)
were only two `%s' in the format string.
src/md5sum.c
patch
|
blob
|
history
diff --git
a/src/md5sum.c
b/src/md5sum.c
index f6867fc34324cc3ec5694f6ab39aa34f554b02ad..5e364b5245c1ab96715ec9604006a73285295dee 100644
(file)
--- a/
src/md5sum.c
+++ b/
src/md5sum.c
@@
-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>."));
}