git-flow: remove non-existing subcommand
git-flow calls a subcommand based on filename, see
15aab26490/git-flow (L91-L97)
.
But git-flow-status doesn't exist on git-flow repository.
This commit is contained in:
parent
cf565254e2
commit
bdb5503c95
|
@ -60,7 +60,6 @@ _git-flow ()
|
|||
'hotfix:Manage your hotfix branches.'
|
||||
'support:Manage your support branches.'
|
||||
'version:Shows version information.'
|
||||
'status:Shows some status.'
|
||||
)
|
||||
_describe -t commands 'git flow' subcommands
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue