From: Karel Zak Date: Thu, 14 Jul 2011 11:46:13 +0000 (+0200) Subject: dmesg: fix typo in usage() X-Git-Tag: v2.20-rc1~94 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=872a1575e81f5ed1e871d4ed9558f43effe96423;p=thirdparty%2Futil-linux.git dmesg: fix typo in usage() Signed-off-by: Karel Zak --- diff --git a/sys-utils/dmesg.c b/sys-utils/dmesg.c index 9a2039b692..863b48aac4 100644 --- a/sys-utils/dmesg.c +++ b/sys-utils/dmesg.c @@ -119,8 +119,8 @@ static void __attribute__((__noreturn__)) usage(FILE *out) " -n, --console-level=LEVEL set level of messages printed to console\n" " -r, --raw print the raw message buffer\n" " -s, --buffer-size=SIZE buffer size to query the kernel ring buffer\n" - " -V, --version output version information and exit\n\n" - " -x, --decode decode facility and level to readable string\n")); + " -V, --version output version information and exit\n" + " -x, --decode decode facility and level to readable string\n\n")); fprintf(out, _("Supported log facilities:\n")); for (i = 0; i < ARRAY_SIZE(level_names); i++) {