From 754d18b7029fadd2adad1ed2168fd4a2b5270133 Mon Sep 17 00:00:00 2001 From: Christian Goeschel Ndjomouo Date: Sun, 23 Nov 2025 22:59:31 -0500 Subject: [PATCH] bash-completion: (mount) add missing --ro option Signed-off-by: Christian Goeschel Ndjomouo --- bash-completion/mount | 1 + 1 file changed, 1 insertion(+) diff --git a/bash-completion/mount b/bash-completion/mount index 3e2082828..616fb0b50 100644 --- a/bash-completion/mount +++ b/bash-completion/mount @@ -72,6 +72,7 @@ _mount_module() --options-source-force --test-opts --read-only + --ro --types --source --target -- 2.47.3