From 27cc9e65d2fa0e120ac4abfac71046489ead791a Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 19 Jul 2005 11:10:35 +0000 Subject: (usage): Adjust printf argument list to match new format string. --- src/md5sum.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/md5sum.c b/src/md5sum.c index 3acf73258..1f47b208e 100644 --- a/src/md5sum.c +++ b/src/md5sum.c @@ -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) -- cgit v1.2.3-54-g00ecf