Skip to content

Commit

Permalink
zsh: Complete --chdir as --chdir, not as --chdir DIR
Browse files Browse the repository at this point in the history
Signed-off-by: Simon McVittie <[email protected]>
  • Loading branch information
smcv committed Jun 24, 2021
1 parent ceea550 commit 1bff67d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion completions/zsh/_bwrap
Original file line number Diff line number Diff line change
Expand Up @@ -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 -/'
Expand Down

0 comments on commit 1bff67d

Please sign in to comment.