summaryrefslogtreecommitdiff
path: root/plugins/pod
diff options
context:
space:
mode:
authorAlexandre Joly <alexandre.joly@futurecom.ch>2013-09-10 09:17:09 +0200
committerAlexandre Joly <alexandre.joly@futurecom.ch>2013-09-10 09:17:09 +0200
commitbdb2cabaa68a8c3af72df5a10bb3925fe1eda45e (patch)
tree1fe9103fe2b29c12f0e91f1ab42d30d81efdfff8 /plugins/pod
parentf6fb34845d31a840c73416f138dae1761ea4adb9 (diff)
downloadzsh-bdb2cabaa68a8c3af72df5a10bb3925fe1eda45e.tar.gz
zsh-bdb2cabaa68a8c3af72df5a10bb3925fe1eda45e.tar.bz2
zsh-bdb2cabaa68a8c3af72df5a10bb3925fe1eda45e.zip
typo
Diffstat (limited to 'plugins/pod')
-rw-r--r--plugins/pod/_pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/pod/_pod b/plugins/pod/_pod
index 6dd8b6371..745e9b15d 100644
--- a/plugins/pod/_pod
+++ b/plugins/pod/_pod
@@ -14,8 +14,8 @@
local -a _1st_arguments
_1st_arguments=(
- 'help:Show help for the given command.'
- 'init:Generate a Podfile for the current directory.'
+ 'help:Show help for the given command'
+ 'init:Generate a Podfile for the current directory'
'install:Install project dependencies'
'ipc:Inter-process communication'
'list:List pods'