]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
mesg: add \n to usage() output
authorKarel Zak <kzak@redhat.com>
Thu, 14 Apr 2011 15:16:30 +0000 (17:16 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 14 Apr 2011 15:16:30 +0000 (17:16 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
term-utils/mesg.c

index c77c53958cbb05b5f7be169773ddc66b3587593a..1c96a412d913da5ad5bb9dd57ffdeaa21c1ffa91 100644 (file)
@@ -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);
 }