Minor fix: "stdin" instead of "stding" (#6801)

This commit is contained in:
Mauro Porras P 2018-05-17 09:30:03 -05:00 committed by Marc Cornellà
parent 6dd39a11d4
commit a600ab4b85
1 changed files with 1 additions and 1 deletions

View File

@ -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)