Commit 403fdca3 authored by Vincent Driessen's avatar Vincent Driessen

Fix: btype -> type

parent 605b7cd8
...@@ -13,9 +13,9 @@ ...@@ -13,9 +13,9 @@
# #
usage() { usage() {
echo "usage: gitflow <start|finish> <btype> <args>" echo "usage: gitflow <start|finish> <type> <args>"
echo "" echo ""
echo "btype can be any of: \"feature\", \"release\", \"hotfix\"" echo "type can be any of: \"feature\", \"release\", \"hotfix\""
echo "" echo ""
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment