Correct advisory message. Wording was reversed.
diff --git a/git-flow-feature b/git-flow-feature
index d8d4bb7..a29cd01 100644
--- a/git-flow-feature
+++ b/git-flow-feature
@@ -172,7 +172,7 @@
 	echo ""
 	echo "Now, start committing on your feature. When done, use:"
 	echo ""
-	echo "     git flow finish feature $NAME"
+	echo "     git flow feature finish $NAME"
 	echo
 }