summaryrefslogtreecommitdiff
path: root/src/md5sum.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/md5sum.c')
-rw-r--r--src/md5sum.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/md5sum.c b/src/md5sum.c
index 561f2a5b2..1a9ebab14 100644
--- a/src/md5sum.c
+++ b/src/md5sum.c
@@ -32,7 +32,7 @@
#include "error.h"
/* The official name of this program (e.g., no `g' prefix). */
-#define PROGRAM_NAME (algorithm == ALG_MD5 ? "md5sum" : "shasum")
+#define PROGRAM_NAME (algorithm == ALG_MD5 ? "md5sum" : "sha1sum")
#define AUTHORS "Ulrich Drepper", "Scott Miller"