Signed-off-by: Michal Minar <miminar@redhat.com>
| ... | ... |
@@ -190,7 +190,7 @@ __docker_subcommand () {
|
| 190 | 190 |
(attach) |
| 191 | 191 |
_arguments \ |
| 192 | 192 |
'--no-stdin[Do not attach stdin]' \ |
| 193 |
- '--sig-proxy[Proxify all received signal]' \ |
|
| 193 |
+ '--sig-proxy[Proxy all received signals to the process (non-TTY mode only)]' \ |
|
| 194 | 194 |
':containers:__docker_runningcontainers' |
| 195 | 195 |
;; |
| 196 | 196 |
(build) |
| ... | ... |
@@ -396,7 +396,7 @@ __docker_subcommand () {
|
| 396 | 396 |
'--restart=-[Restart policy]:restart policy:(no on-failure always)' \ |
| 397 | 397 |
'--rm[Remove intermediate containers when it exits]' \ |
| 398 | 398 |
'*--security-opt=-[Security options]:security option: ' \ |
| 399 |
- '--sig-proxy[Proxify all received signal]' \ |
|
| 399 |
+ '--sig-proxy[Proxy all received signals to the process (non-TTY mode only)]' \ |
|
| 400 | 400 |
{-t,--tty}'[Allocate a pseudo-tty]' \
|
| 401 | 401 |
{-u,--user=-}'[Username or UID]:user:_users' \
|
| 402 | 402 |
'*-v[Bind mount a volume]:volume: '\ |