]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(usage): Adjust printf argument list to match new format string.
authorJim Meyering <jim@meyering.net>
Tue, 19 Jul 2005 11:10:35 +0000 (11:10 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 19 Jul 2005 11:10:35 +0000 (11:10 +0000)
src/md5sum.c

index 3acf73258b3201f51a7908cb732ef836ffaee0a9..1f47b208e64ce693414028eb7e0c6b53b4f20be0 100644 (file)
@@ -111,7 +111,7 @@ Print or check %s (%d-bit) checksums.\n\
 With no FILE, or when FILE is -, read standard input.\n\
 \n\
 "),
-             program_name, program_name,
+             program_name,
              DIGEST_TYPE_STRING (algorithm),
              DIGEST_BITS (algorithm));
       if (O_BINARY)