Browse Source

Merge pull request #1393 from agate/patch-2

Update plugins/git-flow/git-flow.plugin.zsh
Robby Russell 12 years ago
parent
commit
22f827e122
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/git-flow/git-flow.plugin.zsh

+ 1 - 1
plugins/git-flow/git-flow.plugin.zsh

@@ -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'