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 e1ec41f1b..49e8979ac 100644 --- a/util-linux/findfs.c +++ b/util-linux/findfs.c | |||
@@ -8,6 +8,14 @@ | |||
8 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 8 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
9 | */ | 9 | */ |
10 | 10 | ||
11 | //usage:#define findfs_trivial_usage | ||
12 | //usage: "LABEL=label or UUID=uuid" | ||
13 | //usage:#define findfs_full_usage "\n\n" | ||
14 | //usage: "Find a filesystem device based on a label or UUID" | ||
15 | //usage: | ||
16 | //usage:#define findfs_example_usage | ||
17 | //usage: "$ findfs LABEL=MyDevice" | ||
18 | |||
11 | #include "libbb.h" | 19 | #include "libbb.h" |
12 | #include "volume_id.h" | 20 | #include "volume_id.h" |
13 | 21 | ||