mirror of https://github.com/docker/cli.git
Updated sig-proxy text also in zsh completion script
Signed-off-by: Michal Minar <miminar@redhat.com>
This commit is contained in:
parent
fec9e65e60
commit
0205c641fa
|
@ -190,7 +190,7 @@ __docker_subcommand () {
|
||||||
(attach)
|
(attach)
|
||||||
_arguments \
|
_arguments \
|
||||||
'--no-stdin[Do not attach stdin]' \
|
'--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'
|
':containers:__docker_runningcontainers'
|
||||||
;;
|
;;
|
||||||
(build)
|
(build)
|
||||||
|
@ -396,7 +396,7 @@ __docker_subcommand () {
|
||||||
'--restart=-[Restart policy]:restart policy:(no on-failure always)' \
|
'--restart=-[Restart policy]:restart policy:(no on-failure always)' \
|
||||||
'--rm[Remove intermediate containers when it exits]' \
|
'--rm[Remove intermediate containers when it exits]' \
|
||||||
'*--security-opt=-[Security options]:security option: ' \
|
'*--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]' \
|
{-t,--tty}'[Allocate a pseudo-tty]' \
|
||||||
{-u,--user=-}'[Username or UID]:user:_users' \
|
{-u,--user=-}'[Username or UID]:user:_users' \
|
||||||
'*-v[Bind mount a volume]:volume: '\
|
'*-v[Bind mount a volume]:volume: '\
|
||||||
|
|
Loading…
Reference in New Issue