Commit 2b829ce7 authored by Vincent Driessen's avatar Vincent Driessen

Forgot to update usage text.

parent 4132de9e
...@@ -43,7 +43,7 @@ PREFIX=$(git config --get gitflow.prefix.feature) ...@@ -43,7 +43,7 @@ PREFIX=$(git config --get gitflow.prefix.feature)
usage() { usage() {
echo "usage: git flow feature [list] [-v]" echo "usage: git flow feature [list] [-v]"
echo " git flow feature start [-Ff] <name> [<base>]" echo " git flow feature start [-F] <name> [<base>]"
echo " git flow feature finish [-rF] <name|nameprefix>" echo " git flow feature finish [-rF] <name|nameprefix>"
echo " git flow feature publish <name>" echo " git flow feature publish <name>"
echo " git flow feature track <name>" echo " git flow feature track <name>"
......
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