From: Christian Goeschel Ndjomouo Date: Mon, 13 Oct 2025 17:42:17 +0000 (-0400) Subject: bash-completion: (mount) add missing options X-Git-Tag: v2.41.3~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=117cd747a3a53d8b628e69bb380f475da62ed314;p=thirdparty%2Futil-linux.git bash-completion: (mount) add missing options Signed-off-by: Christian Goeschel Ndjomouo (cherry picked from commit acdd6d51f4814bf4f4ebb0f6804fcfe296acdb29) --- diff --git a/bash-completion/mount b/bash-completion/mount index a29f81010..611800626 100644 --- a/bash-completion/mount +++ b/bash-completion/mount @@ -63,6 +63,7 @@ _mount_module() --internal-only --show-labels --no-mtab + --onlyonce --options --options-mode --options-source @@ -72,8 +73,10 @@ _mount_module() --types --source --target + --target-prefix --verbose --version + --rw --read-write --namespace --label @@ -81,6 +84,8 @@ _mount_module() --bind --move --rbind + --map-groups + --map-users --make-shared --make-slave --make-private