Browse Source

Updated sig-proxy text also in zsh completion script

Signed-off-by: Michal Minar <miminar@redhat.com>
Michal Minar 10 years ago
parent
commit
1cd12efb5d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      contrib/completion/zsh/_docker

+ 2 - 2
contrib/completion/zsh/_docker

@@ -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)
@@ -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: '\