summaryrefslogtreecommitdiff
path: root/src/comm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/comm.c')
-rw-r--r--src/comm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/comm.c b/src/comm.c
index 8882f8145..183ce35b1 100644
--- a/src/comm.c
+++ b/src/comm.c
@@ -83,8 +83,8 @@ Compare sorted files LEFT_FILE and RIGHT_FILE line by line.\n\
-2 suppress lines unique to right file\n\
-3 suppress lines that appear in both files\n\
"), stdout);
- EMIT_HELP_DESCRIPTION (stdout);
- EMIT_VERSION_DESCRIPTION (stdout);
+ fputs (HELP_OPTION_DESCRIPTION, stdout);
+ fputs (VERSION_OPTION_DESCRIPTION, stdout);
puts (_("\nReport bugs to <bug-textutils@gnu.org>."));
}
exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);