update git-flow finish argument -K

This commit is contained in:
Zhao Cai 2012-08-21 04:05:07 -04:00
parent c9d9512df4
commit 65eefd3225
1 changed files with 1 additions and 0 deletions

View File

@ -216,6 +216,7 @@ __git-flow-feature ()
_arguments \ _arguments \
-F'[Fetch from origin before performing finish]' \ -F'[Fetch from origin before performing finish]' \
-r'[Rebase instead of merge]'\ -r'[Rebase instead of merge]'\
-k'[Keep branch after performing finish]'\
':feature:__git_flow_feature_list' ':feature:__git_flow_feature_list'
;; ;;