summaryrefslogtreecommitdiffstats
path: root/sys-utils/dmesg.c
diff options
context:
space:
mode:
authorKarel Zak2012-07-20 20:06:10 +0200
committerKarel Zak2012-07-20 20:06:10 +0200
commit81ddbc71403141b0d19e1502bbde874cc2a9e757 (patch)
tree503a38c307d88afec8f384b1701d0203b2d7b5b2 /sys-utils/dmesg.c
parentdmesg: add --reltime to print human readable deltas (diff)
downloadkernel-qcow2-util-linux-81ddbc71403141b0d19e1502bbde874cc2a9e757.tar.gz
kernel-qcow2-util-linux-81ddbc71403141b0d19e1502bbde874cc2a9e757.tar.xz
kernel-qcow2-util-linux-81ddbc71403141b0d19e1502bbde874cc2a9e757.zip
dmesg: fix usage()
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'sys-utils/dmesg.c')
-rw-r--r--sys-utils/dmesg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/dmesg.c b/sys-utils/dmesg.c
index 4367e98bf..1819c7c64 100644
--- a/sys-utils/dmesg.c
+++ b/sys-utils/dmesg.c
@@ -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"