1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-30 23:24:47 +01:00

Merge pull request #2953 from jjcomer/master

Fix typo in docker plugin
This commit is contained in:
Robby Russell
2014-07-15 07:31:32 -07:00

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
}