diff options
Diffstat (limited to 'util-linux/findfs.c')
-rw-r--r-- | util-linux/findfs.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/util-linux/findfs.c b/util-linux/findfs.c index e1ec41f..49e8979 100644 --- a/util-linux/findfs.c +++ b/util-linux/findfs.c @@ -8,6 +8,14 @@ * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ +//usage:#define findfs_trivial_usage +//usage: "LABEL=label or UUID=uuid" +//usage:#define findfs_full_usage "\n\n" +//usage: "Find a filesystem device based on a label or UUID" +//usage: +//usage:#define findfs_example_usage +//usage: "$ findfs LABEL=MyDevice" + #include "libbb.h" #include "volume_id.h" |