Merge pull request #2953 from jjcomer/master

Fix typo in docker plugin
pull/2952/merge
Robby Russell 2014-07-15 07:31:32 -07:00
commit 7e8177b094
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ __save() {
__start() {
_arguments \
'(-a,--attach=)'{-a,--attach=}'[Attach container''s stdout/stderr and forward all signals to the process]' \
'(-i,--interactive=)'{-i, --interactive=}'[Attach container''s stdin]'
'(-i,--interactive=)'{-i,--interactive=}'[Attach container''s stdin]'
__docker_containers
}