diff options
-rw-r--r-- | toys/pending/dmesg.c (renamed from toys/lsb/dmesg.c) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/lsb/dmesg.c b/toys/pending/dmesg.c index a991e898..40834b0c 100644 --- a/toys/lsb/dmesg.c +++ b/toys/pending/dmesg.c @@ -9,7 +9,7 @@ USE_DMESG(NEWTOY(dmesg, "w(follow)Ctrs#<1n#c[!tr][!Cc]", TOYFLAG_BIN)) config DMESG bool "dmesg" - default y + default n help usage: dmesg [-Cc] [-r|-t] [-n LEVEL] [-s SIZE] [-w] |