summaryrefslogtreecommitdiff
path: root/completions
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2021-06-24 10:30:55 +0100
committerSimon McVittie <smcv@collabora.com>2021-06-24 11:12:49 +0100
commit1bff67d1715e320906583c6da7362a0ad5b4d78b (patch)
treeab2a163d1142fc5aabcc389017095ec8c348c5ef /completions
parentceea5509e3ae75ca1ad35564d4fbca7359f238d1 (diff)
downloadbubblewrap-1bff67d1715e320906583c6da7362a0ad5b4d78b.tar.gz
zsh: Complete --chdir as --chdir, not as --chdir DIR
Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'completions')
-rwxr-xr-xcompletions/zsh/_bwrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/completions/zsh/_bwrap b/completions/zsh/_bwrap
index 58c6957..9781d7a 100755
--- a/completions/zsh/_bwrap
+++ b/completions/zsh/_bwrap
@@ -12,7 +12,7 @@ _bwrap_args=(
'--block-fd[Block on FD until some data to read is available]: :_guard "[0-9]#" "file descriptor to block on"'
'--cap-add[Add cap CAP when running as privileged user]:capability to add:->caps'
'--cap-drop[Drop cap CAP when running as privileged user]:capability to add:->caps'
- '--chdir DIR[Change directory to DIR]:working directory for sandbox: _files -/'
+ '--chdir[Change directory to DIR]:working directory for sandbox: _files -/'
'--dev-bind-try[Equal to --dev-bind but ignores non-existent SRC]:source:_files:destination:_files'
'--dev-bind[Bind mount the host path SRC on DEST, allowing device access]:source:_files:destination:_files'
'--dev[Mount new dev on DEST]:mount point for /dev:_files -/'