summaryrefslogtreecommitdiffstats
path: root/genfstab.in
diff options
context:
space:
mode:
Diffstat (limited to 'genfstab.in')
-rw-r--r--genfstab.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/genfstab.in b/genfstab.in
index 3ff7a14..b8220ea 100644
--- a/genfstab.in
+++ b/genfstab.in
@@ -79,11 +79,11 @@ usage() {
usage: ${0##*/} [options] root
Options:
- -f FILTER Restrict output to mountpoints matching the prefix FILTER
+ -f <filter> Restrict output to mountpoints matching the prefix FILTER
-L Use labels for source identifiers (shortcut for -t LABEL)
-p Exclude pseudofs mounts (default behavior)
-P Include pseudofs mounts
- -t TAG Use TAG for source identifiers (TAG should be one of: LABEL,
+ -t <tag> Use TAG for source identifiers (TAG should be one of: LABEL,
UUID, PARTLABEL, PARTUUID)
-U Use UUIDs for source identifiers (shortcut for -t UUID)