mirror of https://github.com/docker/cli.git
Merge pull request #1066 from mauroporrasp/patch-1
Minor fix: "stdin" instead of "stding"
This commit is contained in:
commit
824ce49aff
|
@ -889,7 +889,7 @@ __docker_container_subcommand() {
|
|||
$opts_help \
|
||||
$opts_attach_exec_run_start \
|
||||
"($help -a --attach)"{-a,--attach}"[Attach container's stdout/stderr and forward all signals]" \
|
||||
"($help -i --interactive)"{-i,--interactive}"[Attach container's stding]" \
|
||||
"($help -i --interactive)"{-i,--interactive}"[Attach container's stdin]" \
|
||||
"($help -)*:containers:__docker_complete_stopped_containers" && ret=0
|
||||
;;
|
||||
(stats)
|
||||
|
|
Loading…
Reference in New Issue