commit | c4d0cb15b875819a6015b3ced031ead1be08ecd2 | [log] [tgz] |
---|---|---|
author | Stefan Schüßler <stefan@notions.de> | 周四 12月 02 18:55:06 2010 +0800 |
committer | Vincent Driessen <vincent@datafox.nl> | 周五 12月 03 03:29:04 2010 +0800 |
tree | f19d744ebc70398257072ed852b7b558386fc9a4 | |
parent | 6f199b97db0b2b5c46ff60575ef5f0a17997a674 [diff] [blame] |
fixed typo
diff --git a/git-flow-hotfix b/git-flow-hotfix index a675619..545b5e7 100644 --- a/git-flow-hotfix +++ b/git-flow-hotfix
@@ -65,7 +65,7 @@ warn "" warn "You can start a new hotfix branch:" warn "" - warn " git flow hotfix start <name> [<base>]" + warn " git flow hotfix start <version> [<base>]" warn "" exit 0 fi