summaryrefslogtreecommitdiff
path: root/src/comm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/comm.c')
-rw-r--r--src/comm.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/comm.c b/src/comm.c
index e95dfe47c..dc05124d5 100644
--- a/src/comm.c
+++ b/src/comm.c
@@ -76,15 +76,17 @@ usage (int status)
Usage: %s [OPTION]... LEFT_FILE RIGHT_FILE\n\
"),
program_name);
- printf (_("\
+ fputs (_("\
Compare sorted files LEFT_FILE and RIGHT_FILE line by line.\n\
\n\
-1 suppress lines unique to left file\n\
-2 suppress lines unique to right file\n\
-3 suppress lines that appear in both files\n\
+"), stdout);
+ fputs (_("\
--help display this help and exit\n\
--version output version information and exit\n\
-"));
+"), stdout);
puts (_("\nReport bugs to <bug-textutils@gnu.org>."));
}
exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);