zsh: Complete --lock-file as taking a path
Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
@@ -26,7 +26,7 @@ _bwrap_args=(
|
||||
'--hostname[Custom hostname in the sandbox (requires --unshare-uts)]: :'
|
||||
'--info-fd[Write information about the running container to FD]: :_guard "[0-9]#" "file descriptor to write to"'
|
||||
'--json-status-fd[Write container status to FD as multiple JSON documents]: :_guard "[0-9]#" "file descriptor to write to"'
|
||||
'--lock-file[Take a lock on DEST while sandbox is running]: :'
|
||||
'--lock-file[Take a lock on DEST while sandbox is running]:lock file:_files'
|
||||
'--mqueue[Mount new mqueue on DEST]:mount point for mqueue:_files -/'
|
||||
'--new-session[Create a new terminal session]'
|
||||
'--pidns[Use this user namespace (as parent namespace if using --unshare-pid)]: :'
|
||||
|
Reference in New Issue
Block a user