mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-22 13:50:09 +00:00
typo
This commit is contained in:
parent
f6fb34845d
commit
bdb2cabaa6
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@
|
||||||
|
|
||||||
local -a _1st_arguments
|
local -a _1st_arguments
|
||||||
_1st_arguments=(
|
_1st_arguments=(
|
||||||
'help:Show help for the given command.'
|
'help:Show help for the given command'
|
||||||
'init:Generate a Podfile for the current directory.'
|
'init:Generate a Podfile for the current directory'
|
||||||
'install:Install project dependencies'
|
'install:Install project dependencies'
|
||||||
'ipc:Inter-process communication'
|
'ipc:Inter-process communication'
|
||||||
'list:List pods'
|
'list:List pods'
|
||||||
|
|
Loading…
Reference in a new issue