summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2021-06-24 10:28:57 +0100
committerSimon McVittie <smcv@collabora.com>2021-06-24 11:12:49 +0100
commitb74775df8a783ffe91940fe516f08f29f3d38736 (patch)
tree0ba81ff2d50e40a0253f56d2697b28f2644ce4c7
parent3fc8b4069f1c4f88450f0ec2380278206ec11665 (diff)
downloadbubblewrap-b74775df8a783ffe91940fe516f08f29f3d38736.tar.gz
zsh: Complete --remount-ro as taking a path
Signed-off-by: Simon McVittie <smcv@collabora.com>
-rwxr-xr-xcompletions/zsh/_bwrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/completions/zsh/_bwrap b/completions/zsh/_bwrap
index 3697091..12b89cc 100755
--- a/completions/zsh/_bwrap
+++ b/completions/zsh/_bwrap
@@ -31,7 +31,7 @@ _bwrap_args=(
'--new-session[Create a new terminal session]'
'--pidns[Use this user namespace (as parent namespace if using --unshare-pid)]: :'
'--proc[Mount new procfs on DEST]:mount point for procfs:_files -/'
- '--remount-ro[Remount DEST as readonly; does not recursively remount]: :'
+ '--remount-ro[Remount DEST as readonly; does not recursively remount]:mount point to remount read-only:_files'
'--ro-bind-data[Copy from FD to file which is readonly bind-mounted on DEST]: :_guard "[0-9]#" "file descriptor to read content from":destination:_files'
'--ro-bind-try[Equal to --ro-bind but ignores non-existent SRC]:source:_files:destination:_files'
'--ro-bind[Bind mount the host path SRC readonly on DEST]:source:_files:destination:_files'