diff options
Diffstat (limited to 'toys/lsb/dmesg.c')
-rw-r--r-- | toys/lsb/dmesg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/lsb/dmesg.c b/toys/lsb/dmesg.c index 42f642ce..a55dabf5 100644 --- a/toys/lsb/dmesg.c +++ b/toys/lsb/dmesg.c @@ -24,7 +24,7 @@ config DMESG -r Raw output (with <level markers>) -S Use syslog(2) rather than /dev/kmsg -s Show the last SIZE many bytes - -T Show human-readable timestamps + -T Human readable timestamps -t Don't print timestamps -w Keep waiting for more output (aka --follow) */ |