commit | 403fdca36a93e5f6ad867a1116688e2f5b11edbe | [log] [tgz] |
---|---|---|
author | Vincent Driessen <vincent@datafox.nl> | 周二 1月 26 11:46:57 2010 +0100 |
committer | Vincent Driessen <vincent@datafox.nl> | 周二 1月 26 11:46:57 2010 +0100 |
tree | c44a8c1cd752b8fd5053f4958c8b78cd7df437d1 | |
parent | 605b7cd8b48c2e0e417f5b344aff8b0e491cf610 [diff] |
Fix: btype -> type
diff --git a/gitflow b/gitflow index 8d6e9ac..77373c6 100755 --- a/gitflow +++ b/gitflow
@@ -13,9 +13,9 @@ # usage() { - echo "usage: gitflow <start|finish> <btype> <args>" + echo "usage: gitflow <start|finish> <type> <args>" echo "" - echo "btype can be any of: \"feature\", \"release\", \"hotfix\"" + echo "type can be any of: \"feature\", \"release\", \"hotfix\"" echo "" }