summaryrefslogtreecommitdiff
path: root/src/md5sum.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/md5sum.c')
-rw-r--r--src/md5sum.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/md5sum.c b/src/md5sum.c
index 2014d89fd..a746400f3 100644
--- a/src/md5sum.c
+++ b/src/md5sum.c
@@ -145,10 +145,8 @@ The following two options are useful only when verifying checksums:\n\
-w, --warn warn about improperly formated checksum lines\n\
\n\
"), stdout);
- fputs (_("\
- --help display this help and exit\n\
- --version output version information and exit\n\
-"), stdout);
+ EMIT_HELP_DESCRIPTION (stdout);
+ EMIT_VERSION_DESCRIPTION (stdout);
fputs (_("\
\n\
"), stdout);