aboutsummaryrefslogtreecommitdiff
path: root/util-linux/blkid.c
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux/blkid.c')
-rw-r--r--util-linux/blkid.c5
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 @@
* 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"