summaryrefslogtreecommitdiffstats
path: root/term-utils/mesg.c
diff options
context:
space:
mode:
Diffstat (limited to 'term-utils/mesg.c')
-rw-r--r--term-utils/mesg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/term-utils/mesg.c b/term-utils/mesg.c
index d5a7f2e29..8714ad1aa 100644
--- a/term-utils/mesg.c
+++ b/term-utils/mesg.c
@@ -80,8 +80,8 @@ static void __attribute__((__noreturn__)) usage(void)
fputs(USAGE_OPTIONS, out);
fputs(_(" -v, --verbose explain what is being done\n"), out);
- print_usage_help_options(16);
- fprintf(out, USAGE_MAN_TAIL("mesg(1)"));
+ printf(USAGE_HELP_OPTIONS(16));
+ printf(USAGE_MAN_TAIL("mesg(1)"));
exit(EXIT_SUCCESS);
}