aboutsummaryrefslogtreecommitdiffstats
path: root/genfstab.in
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@ubuntu.com>2019-07-03 05:08:22 -0400
committerLibravatarUnit 193 <unit193@ubuntu.com>2019-07-03 05:08:22 -0400
commit1907d1037c2e5d98b8b55b563d7b0ce8cd4b408a (patch)
treed704c14acf3b6dd56a482dc30c730aea6eafa734 /genfstab.in
parentad1be39ef1dc25f2fe3a2f41a931d8e734cbeb76 (diff)
parent0d2edecb2be14c0ed92a33c7508358d648cd3d2f (diff)
Update upstream source from tag 'upstream/22'
Update to upstream version '22' with Debian dir 76cf8a8f0842846234438b4170eb5cf1a638e775
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)