Skip to content

Commit

Permalink
Merge pull request docker#1066 from mauroporrasp/patch-1
Browse files Browse the repository at this point in the history
Minor fix: "stdin" instead of "stding"
  • Loading branch information
Vincent Demeester committed May 18, 2018
2 parents b15c3cf + acf3d2d commit 824ce49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/completion/zsh/_docker
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 824ce49

Please sign in to comment.