diff options
author | Rob Landley <rob@landley.net> | 2013-10-08 18:02:23 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2013-10-08 18:02:23 -0500 |
commit | 03c1b0b202dd4179d472497b08667fad8d4c4530 (patch) | |
tree | 4513e38600155caee0f5d04668316004b2213de2 | |
parent | db494a2fe9a3ffc7a07c5e00334ea8506adba0f1 (diff) | |
download | toybox-03c1b0b202dd4179d472497b08667fad8d4c4530.tar.gz |
Move blkid out of pending, default y.
-rw-r--r-- | toys/other/blkid.c (renamed from toys/pending/blkid.c) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/pending/blkid.c b/toys/other/blkid.c index e69d605b..99d6999a 100644 --- a/toys/pending/blkid.c +++ b/toys/other/blkid.c @@ -9,7 +9,7 @@ USE_BLKID(OLDTOY(fstype, blkid, "<1", TOYFLAG_BIN)) config BLKID bool "blkid" - default n + default y help usage: blkid [block device...] Prints type, label and UUID of filesystem. |