summaryrefslogtreecommitdiff
path: root/src/md5sum.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/md5sum.c')
-rw-r--r--src/md5sum.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/md5sum.c b/src/md5sum.c
index a746400f3..bed2c21f0 100644
--- a/src/md5sum.c
+++ b/src/md5sum.c
@@ -145,8 +145,8 @@ The following two options are useful only when verifying checksums:\n\
-w, --warn warn about improperly formated checksum lines\n\
\n\
"), stdout);
- EMIT_HELP_DESCRIPTION (stdout);
- EMIT_VERSION_DESCRIPTION (stdout);
+ fputs (HELP_OPTION_DESCRIPTION, stdout);
+ fputs (VERSION_OPTION_DESCRIPTION, stdout);
fputs (_("\
\n\
"), stdout);