aboutsummaryrefslogtreecommitdiffstats
path: root/bash-completion
diff options
context:
space:
mode:
authorKarel Zak <kzak@redhat.com>2025-10-14 10:45:14 +0200
committerKarel Zak <kzak@redhat.com>2025-10-14 10:45:14 +0200
commit5034323c6fb85e43f7abb8275c695954d8bf2658 (patch)
tree5e44fb6be40292dbde659948bc41d68681d77be9 /bash-completion
parent1af78a5ace4e40829beac2f3c1d19ef03d89a93e (diff)
parentacdd6d51f4814bf4f4ebb0f6804fcfe296acdb29 (diff)
downloadutil-linux-5034323c6fb85e43f7abb8275c695954d8bf2658.tar.gz
Merge branch 'fix/mount_bash_comp' of https://github.com/cgoesche/util-linux-fork
* 'fix/mount_bash_comp' of https://github.com/cgoesche/util-linux-fork: bash-completion: (mount) add missing options
Diffstat (limited to 'bash-completion')
-rw-r--r--bash-completion/mount5
1 files changed, 5 insertions, 0 deletions
diff --git a/bash-completion/mount b/bash-completion/mount
index 940e70af42..3e20828284 100644
--- a/bash-completion/mount
+++ b/bash-completion/mount
@@ -65,6 +65,7 @@ _mount_module()
--internal-only
--show-labels
--no-mtab
+ --onlyonce
--options
--options-mode
--options-source
@@ -74,8 +75,10 @@ _mount_module()
--types
--source
--target
+ --target-prefix
--verbose
--version
+ --rw
--read-write
--namespace
--label
@@ -83,6 +86,8 @@ _mount_module()
--bind
--move
--rbind
+ --map-groups
+ --map-users
--make-shared
--make-slave
--make-private