From: Christian Goeschel Ndjomouo Date: Mon, 13 Oct 2025 17:42:17 +0000 (-0400) Subject: bash-completion: (mount) add missing options X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=acdd6d51f4814bf4f4ebb0f6804fcfe296acdb29;p=thirdparty%2Futil-linux.git bash-completion: (mount) add missing options Signed-off-by: Christian Goeschel Ndjomouo --- diff --git a/bash-completion/mount b/bash-completion/mount index 940e70af4..3e2082828 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