Commit 192ff525 authored by gmallard's avatar gmallard

Correct advisory message. Wording was reversed.

parent b5500d4b
...@@ -172,7 +172,7 @@ cmd_start() { ...@@ -172,7 +172,7 @@ cmd_start() {
echo "" echo ""
echo "Now, start committing on your feature. When done, use:" echo "Now, start committing on your feature. When done, use:"
echo "" echo ""
echo " git flow finish feature $NAME" echo " git flow feature finish $NAME"
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