summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--term-utils/mesg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/term-utils/mesg.c b/term-utils/mesg.c
index c77c53958..1c96a412d 100644
--- a/term-utils/mesg.c
+++ b/term-utils/mesg.c
@@ -71,7 +71,7 @@ static void __attribute__ ((__noreturn__)) usage(FILE * out)
_("\nOptions:\n"
" -v, --verbose explain what is being done\n"
" -V, --version output version information and exit\n"
- " -h, --help output help screen and exit\n"));
+ " -h, --help output help screen and exit\n\n"));
exit(out == stderr ? MESG_EXIT_FAILURE : EXIT_SUCCESS);
}