]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
dmesg: fix typo in usage()
authorKarel Zak <kzak@redhat.com>
Thu, 14 Jul 2011 11:46:13 +0000 (13:46 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 14 Jul 2011 11:46:13 +0000 (13:46 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
sys-utils/dmesg.c

index 9a2039b692feb101092634fad0f9d747708e89b3..863b48aac4dedd607dc3780272f54a4e9a1b28b3 100644 (file)
@@ -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++) {