diff options
| author | Christian Goeschel Ndjomouo <cgoesc2@wgu.edu> | 2025-11-23 22:59:31 -0500 |
|---|---|---|
| committer | Christian Goeschel Ndjomouo <cgoesc2@wgu.edu> | 2025-11-24 08:39:32 -0500 |
| commit | 754d18b7029fadd2adad1ed2168fd4a2b5270133 (patch) | |
| tree | 4f846381abd42c69cca7b38d9344c4133fcbbe7c /bash-completion/mount | |
| parent | 22de06af301327e810d05a3a3aba5c653976a3d0 (diff) | |
| download | util-linux-754d18b7029fadd2adad1ed2168fd4a2b5270133.tar.gz | |
bash-completion: (mount) add missing --ro option
Signed-off-by: Christian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Diffstat (limited to 'bash-completion/mount')
| -rw-r--r-- | bash-completion/mount | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bash-completion/mount b/bash-completion/mount index 3e20828284..616fb0b50d 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 |
