浏览代码

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

Mauro Porras P 6 年之前
父节点
当前提交
a600ab4b85
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      plugins/docker/_docker

+ 1 - 1
plugins/docker/_docker

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