Skip to content

Commit

Permalink
Minor fix: "stdin" instead of "stding"
Browse files Browse the repository at this point in the history
Signed-off-by: Mauro Porras P <mauroporrasp@gmail.com>
  • Loading branch information
apenpfkkhm committed May 18, 2018
1 parent b15c3cf commit acf3d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/completion/zsh/_docker
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 acf3d2d

Please sign in to comment.