diff options
| author | Karel Zak <kzak@redhat.com> | 2025-10-14 10:45:14 +0200 |
|---|---|---|
| committer | Karel Zak <kzak@redhat.com> | 2025-10-14 10:45:14 +0200 |
| commit | 5034323c6fb85e43f7abb8275c695954d8bf2658 (patch) | |
| tree | 5e44fb6be40292dbde659948bc41d68681d77be9 /bash-completion | |
| parent | 1af78a5ace4e40829beac2f3c1d19ef03d89a93e (diff) | |
| parent | acdd6d51f4814bf4f4ebb0f6804fcfe296acdb29 (diff) | |
| download | util-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/mount | 5 |
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 |
