Skip to content

Commit

Permalink
Updated sig-proxy text also in zsh completion script
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Minar <[email protected]>
  • Loading branch information
Michal Minar committed Nov 19, 2014
1 parent e71f241 commit 1cd12ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/completion/zsh/_docker
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ __docker_subcommand () {
(attach)
_arguments \
'--no-stdin[Do not attach stdin]' \
'--sig-proxy[Proxify all received signal]' \
'--sig-proxy[Proxy all received signals to the process (non-TTY mode only)]' \
':containers:__docker_runningcontainers'
;;
(build)
Expand Down Expand Up @@ -396,7 +396,7 @@ __docker_subcommand () {
'--restart=-[Restart policy]:restart policy:(no on-failure always)' \
'--rm[Remove intermediate containers when it exits]' \
'*--security-opt=-[Security options]:security option: ' \
'--sig-proxy[Proxify all received signal]' \
'--sig-proxy[Proxy all received signals to the process (non-TTY mode only)]' \
{-t,--tty}'[Allocate a pseudo-tty]' \
{-u,--user=-}'[Username or UID]:user:_users' \
'*-v[Bind mount a volume]:volume: '\
Expand Down

0 comments on commit 1cd12ef

Please sign in to comment.