summaryrefslogtreecommitdiffstats
path: root/genfstab.in
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@ubuntu.com>2019-07-03 05:08:20 -0400
committerLibravatarUnit 193 <unit193@ubuntu.com>2019-07-03 05:08:20 -0400
commit0d2edecb2be14c0ed92a33c7508358d648cd3d2f (patch)
tree0d4a3d9906a7c6996d63d1eceb2df145e2a633c0 /genfstab.in
parentcc216920a0867905b9110ef51bf29e576364b175 (diff)
New upstream version 22upstream/22
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)