Commit c4d0cb15 authored by Stefan Schüßler's avatar Stefan Schüßler Committed by Vincent Driessen

fixed typo

parent 6f199b97
...@@ -65,7 +65,7 @@ cmd_list() { ...@@ -65,7 +65,7 @@ cmd_list() {
warn "" warn ""
warn "You can start a new hotfix branch:" warn "You can start a new hotfix branch:"
warn "" warn ""
warn " git flow hotfix start <name> [<base>]" warn " git flow hotfix start <version> [<base>]"
warn "" warn ""
exit 0 exit 0
fi fi
......
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