From acdd6d51f4814bf4f4ebb0f6804fcfe296acdb29 Mon Sep 17 00:00:00 2001 From: Christian Goeschel Ndjomouo Date: Mon, 13 Oct 2025 13:42:17 -0400 Subject: [PATCH] bash-completion: (mount) add missing options Signed-off-by: Christian Goeschel Ndjomouo --- bash-completion/mount | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.47.3