diff options
author | Robby Russell <robby@planetargon.com> | 2012-12-01 12:02:35 -0800 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2012-12-01 12:02:35 -0800 |
commit | 22f827e122187032afb1f473d19a4238899e8ecd (patch) | |
tree | e111d93a719042c70cd02964e7ba9642fe8fdc8d | |
parent | 2e55825f9c6f13f528a4a66afb2df3d287364474 (diff) | |
parent | ec9b5500a57a39f8937e50424868493087fa40b4 (diff) | |
download | zsh-22f827e122187032afb1f473d19a4238899e8ecd.tar.gz zsh-22f827e122187032afb1f473d19a4238899e8ecd.tar.bz2 zsh-22f827e122187032afb1f473d19a4238899e8ecd.zip |
Merge pull request #1393 from agate/patch-2
Update plugins/git-flow/git-flow.plugin.zsh
-rw-r--r-- | plugins/git-flow/git-flow.plugin.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/git-flow/git-flow.plugin.zsh b/plugins/git-flow/git-flow.plugin.zsh index 71b343884..ea4caa016 100644 --- a/plugins/git-flow/git-flow.plugin.zsh +++ b/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' |