diff options
author | Rob Landley <rob@landley.net> | 2017-06-09 15:01:07 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2017-06-09 15:01:07 -0500 |
commit | 1f33eeb683e729681419c29ac831c6e71e6774fa (patch) | |
tree | 2a2e3e1dadbf0d2a97aeba161a17646a7d41a225 | |
parent | 6fbe288e988f87b23b610da8c5046910b6171eb9 (diff) | |
download | toybox-1f33eeb683e729681419c29ac831c6e71e6774fa.tar.gz |
Promote dmesg back to lsb.
-rw-r--r-- | toys/lsb/dmesg.c (renamed from toys/pending/dmesg.c) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/pending/dmesg.c b/toys/lsb/dmesg.c index b9156562..30f90e3a 100644 --- a/toys/pending/dmesg.c +++ b/toys/lsb/dmesg.c @@ -12,7 +12,7 @@ USE_DMESG(NEWTOY(dmesg, "w(follow)CSTtrs#<1n#c[!Ttr][!Cc][!Sw]", TOYFLAG_BIN)) config DMESG bool "dmesg" - default n + default y help usage: dmesg [-Cc] [-r|-t|-T] [-n LEVEL] [-s SIZE] [-w] |