diff options
-rw-r--r-- | src/md5sum.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |