diff options
Diffstat (limited to 'toys/other/blkid.c')
-rw-r--r-- | toys/other/blkid.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toys/other/blkid.c b/toys/other/blkid.c index 1b85d0b8..5c69a1ef 100644 --- a/toys/other/blkid.c +++ b/toys/other/blkid.c @@ -12,6 +12,7 @@ config BLKID default y help usage: blkid [block device...] + Prints type, label and UUID of filesystem. */ |