summaryrefslogtreecommitdiffstats
path: root/sys-utils/dmesg.c
diff options
context:
space:
mode:
authorKarel Zak2011-07-14 13:46:13 +0200
committerKarel Zak2011-07-14 13:46:13 +0200
commit872a1575e81f5ed1e871d4ed9558f43effe96423 (patch)
treeaa044842ddc0575dd28b5ba203fde7291c9c9331 /sys-utils/dmesg.c
parentdocs: update TODO file (diff)
downloadkernel-qcow2-util-linux-872a1575e81f5ed1e871d4ed9558f43effe96423.tar.gz
kernel-qcow2-util-linux-872a1575e81f5ed1e871d4ed9558f43effe96423.tar.xz
kernel-qcow2-util-linux-872a1575e81f5ed1e871d4ed9558f43effe96423.zip
dmesg: fix typo in usage()
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'sys-utils/dmesg.c')
-rw-r--r--sys-utils/dmesg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-utils/dmesg.c b/sys-utils/dmesg.c
index 9a2039b69..863b48aac 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++) {