diff options
Diffstat (limited to 'toys/other/blkid.c')
-rw-r--r-- | toys/other/blkid.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toys/other/blkid.c b/toys/other/blkid.c index 98055b41..b791fa62 100644 --- a/toys/other/blkid.c +++ b/toys/other/blkid.c @@ -13,7 +13,7 @@ config BLKID help usage: blkid [-UL] DEV... - Prints type, label and UUID of filesystem on a block device or image. + Print type, label and UUID of filesystem on a block device or image. -U Show UUID only (or device with that UUID) -L Show LABEL only (or device with that LABEL) @@ -24,7 +24,7 @@ config FSTYPE help usage: fstype DEV... - Prints type of filesystem on a block device or image. + Print type of filesystem on a block device or image. */ #define FOR_blkid |