diff options
Diffstat (limited to 'util-linux/blkid.c')
-rw-r--r-- | util-linux/blkid.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/util-linux/blkid.c b/util-linux/blkid.c index fe88fb3..c30360c 100644 --- a/util-linux/blkid.c +++ b/util-linux/blkid.c @@ -7,6 +7,11 @@ * Licensed under GPLv2, see file LICENSE in this source tree. */ +//usage:#define blkid_trivial_usage +//usage: "" +//usage:#define blkid_full_usage "\n\n" +//usage: "Print UUIDs of all filesystems" + #include "libbb.h" #include "volume_id.h" |