diff options
Diffstat (limited to 'term-utils/mesg.c')
-rw-r--r-- | term-utils/mesg.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/term-utils/mesg.c b/term-utils/mesg.c index cb0b493..23e2f0d 100644 --- a/term-utils/mesg.c +++ b/term-utils/mesg.c @@ -82,8 +82,8 @@ static void __attribute__((__noreturn__)) usage(void) fputs(USAGE_OPTIONS, out); fputs(_(" -v, --verbose explain what is being done\n"), out); - printf(USAGE_HELP_OPTIONS(16)); - printf(USAGE_MAN_TAIL("mesg(1)")); + fprintf(out, USAGE_HELP_OPTIONS(16)); + fprintf(out, USAGE_MAN_TAIL("mesg(1)")); exit(EXIT_SUCCESS); } |