]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
dmesg: fix usage()
authorKarel Zak <kzak@redhat.com>
Fri, 20 Jul 2012 18:06:10 +0000 (20:06 +0200)
committerKarel Zak <kzak@redhat.com>
Fri, 20 Jul 2012 18:06:10 +0000 (20:06 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
sys-utils/dmesg.c

index 4367e98bfb0551a9b555fe5e3bf4a144619beb8f..1819c7c64f3009714d1be7dd20376c60983254fc 100644 (file)
@@ -183,7 +183,7 @@ static void __attribute__((__noreturn__)) usage(FILE *out)
                " -c, --read-clear            read and clear all messages\n"
                " -D, --console-off           disable printing messages to console\n"
                " -d, --show-delta            show time delta between printed messages\n"
-               " -e, --reltime               show time delta in human readable format\n"
+               " -e, --reltime               show local time and time delta in readable format\n"
                " -E, --console-on            enable printing messages to console\n"
                " -F, --file <file>           use the file instead of the kernel log buffer\n"
                " -f, --facility <list>       restrict output to defined facilities\n"