diff options
Diffstat (limited to 'util-linux/dmesg.c')
-rw-r--r-- | util-linux/dmesg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/dmesg.c b/util-linux/dmesg.c index dc4e57169..6670b84de 100644 --- a/util-linux/dmesg.c +++ b/util-linux/dmesg.c | |||
@@ -46,7 +46,7 @@ | |||
46 | //kbuild:lib-$(CONFIG_DMESG) += dmesg.o | 46 | //kbuild:lib-$(CONFIG_DMESG) += dmesg.o |
47 | 47 | ||
48 | //usage:#define dmesg_trivial_usage | 48 | //usage:#define dmesg_trivial_usage |
49 | //usage: "[-c] [-n LEVEL] [-s SIZE]" | 49 | //usage: "[-cr] [-n LEVEL] [-s SIZE]" |
50 | //usage:#define dmesg_full_usage "\n\n" | 50 | //usage:#define dmesg_full_usage "\n\n" |
51 | //usage: "Print or control the kernel ring buffer\n" | 51 | //usage: "Print or control the kernel ring buffer\n" |
52 | //usage: "\n -c Clear ring buffer after printing" | 52 | //usage: "\n -c Clear ring buffer after printing" |