diff options
Diffstat (limited to 'toys')
-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. |