Merge pull request #626 from yous/git-flow-status
git-flow: remove non-existing subcommand
This commit is contained in:
commit
95e107f1bb
|
@ -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