summaryrefslogtreecommitdiffstats
path: root/term-utils/mesg.c
diff options
context:
space:
mode:
authorKarel Zak2011-04-14 17:16:30 +0200
committerKarel Zak2011-04-14 17:16:30 +0200
commita7a4aa9857b977504edafd1fe74e50f26f9a510e (patch)
tree3681164e78128173ab00cfa7bbbdf7df71a64155 /term-utils/mesg.c
parentmesg: man page clean wqup (diff)
downloadkernel-qcow2-util-linux-a7a4aa9857b977504edafd1fe74e50f26f9a510e.tar.gz
kernel-qcow2-util-linux-a7a4aa9857b977504edafd1fe74e50f26f9a510e.tar.xz
kernel-qcow2-util-linux-a7a4aa9857b977504edafd1fe74e50f26f9a510e.zip
mesg: add \n to usage() output
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'term-utils/mesg.c')
-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);
}