diff options
| author | Syohei YOSHIDA <syohex@gmail.com> | 2015-06-08 16:05:14 +0900 |
|---|---|---|
| committer | Syohei YOSHIDA <syohex@gmail.com> | 2015-06-08 16:05:14 +0900 |
| commit | d6fdb720e2b58ddd64b55c8d44740d13f799fff3 (patch) | |
| tree | bf5ecc75d12d7f72ca295ace345f5fda8ac474eb /src/_git-flow | |
| parent | Merge pull request #301 from bosr/ansible (diff) | |
| download | zsh-completions-d6fdb720e2b58ddd64b55c8d44740d13f799fff3.tar zsh-completions-d6fdb720e2b58ddd64b55c8d44740d13f799fff3.tar.gz zsh-completions-d6fdb720e2b58ddd64b55c8d44740d13f799fff3.tar.bz2 zsh-completions-d6fdb720e2b58ddd64b55c8d44740d13f799fff3.tar.lz zsh-completions-d6fdb720e2b58ddd64b55c8d44740d13f799fff3.tar.xz zsh-completions-d6fdb720e2b58ddd64b55c8d44740d13f799fff3.tar.zst zsh-completions-d6fdb720e2b58ddd64b55c8d44740d13f799fff3.zip | |
Correct misspellings
Diffstat (limited to 'src/_git-flow')
| -rw-r--r-- | src/_git-flow | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/_git-flow b/src/_git-flow index 759ce38..1f4e866 100644 --- a/src/_git-flow +++ b/src/_git-flow @@ -51,7 +51,7 @@ _git-flow () (init) _arguments \ -f'[Force setting of gitflow branches, even if already configured]' \ - -d'[Use defualt branch naming conventions and prefixes]' + -d'[Use default branch naming conventions and prefixes]' ;; (version) @@ -95,7 +95,7 @@ __git-flow-release () 'start:Start a new release branch.' 'finish:Finish a release branch.' 'list:List all your release branches. (Alias to `git flow release`)' - 'publish:Publish this release banch to origin.`)' + 'publish:Publish this release branch to origin.`)' 'track:Track a release branch from origin.`)' ) _describe -t commands 'git flow release' subcommands |
