Update plugins/git-flow/git-flow.plugin.zsh

Fixed git-flow feature publish's desc error

72aeaa9d9e (commitcomment-2104214)
This commit is contained in:
Hao Hong 2012-11-05 16:33:21 -08:00
parent c2ae9e09ca
commit ec9b5500a5

View File

@ -195,7 +195,7 @@ __git-flow-feature ()
'start:Start a new feature branch.'
'finish:Finish a feature branch.'
'list:List all your feature branches. (Alias to `git flow feature`)'
'publish: public'
'publish: publish'
'track: track'
'diff: diff'
'rebase: rebase'