summaryrefslogtreecommitdiffstats
path: root/sys-utils/dmesg.c
diff options
context:
space:
mode:
authorKarel Zak2015-08-25 15:43:03 +0200
committerKarel Zak2015-08-25 15:43:03 +0200
commit3a131296d192d2920d8f3f576c9822a2ac46f65d (patch)
treeb2cf9a4a4fbfb3c3ca641f3400f3a659180eee3d /sys-utils/dmesg.c
parentfallocate: fix error message (diff)
downloadkernel-qcow2-util-linux-3a131296d192d2920d8f3f576c9822a2ac46f65d.tar.gz
kernel-qcow2-util-linux-3a131296d192d2920d8f3f576c9822a2ac46f65d.tar.xz
kernel-qcow2-util-linux-3a131296d192d2920d8f3f576c9822a2ac46f65d.zip
dmesg: highlight -T issues in docs
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 54612f5b1..fae6f8754 100644
--- a/sys-utils/dmesg.c
+++ b/sys-utils/dmesg.c
@@ -289,7 +289,7 @@ static void __attribute__((__noreturn__)) usage(FILE *out)
fputs(_(" -x, --decode decode facility and level to readable string\n"), out);
fputs(_(" -d, --show-delta show time delta between printed messages\n"), out);
fputs(_(" -e, --reltime show local time and time delta in readable format\n"), out);
- fputs(_(" -T, --ctime show human readable timestamp\n"), out);
+ fputs(_(" -T, --ctime show human readable timestamp (may be inaccurate!)\n"), out);
fputs(_(" -t, --notime don't print messages timestamp\n"), out);
fputs(_(" --time-format <format> show time stamp using format:\n"
" [delta|reltime|ctime|notime|iso]\n"