From a7a4aa9857b977504edafd1fe74e50f26f9a510e Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Thu, 14 Apr 2011 17:16:30 +0200 Subject: [PATCH] mesg: add \n to usage() output Signed-off-by: Karel Zak --- term-utils/mesg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/term-utils/mesg.c b/term-utils/mesg.c index c77c53958c..1c96a412d9 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); } -- 2.47.2