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 fe88fb31d..c30360c65 100644 --- a/util-linux/blkid.c +++ b/util-linux/blkid.c | |||
@@ -7,6 +7,11 @@ | |||
7 | * Licensed under GPLv2, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | 9 | ||
10 | //usage:#define blkid_trivial_usage | ||
11 | //usage: "" | ||
12 | //usage:#define blkid_full_usage "\n\n" | ||
13 | //usage: "Print UUIDs of all filesystems" | ||
14 | |||
10 | #include "libbb.h" | 15 | #include "libbb.h" |
11 | #include "volume_id.h" | 16 | #include "volume_id.h" |
12 | 17 | ||