Skip to content

Commit

Permalink
Forgot to update usage text.
Browse files Browse the repository at this point in the history
  • Loading branch information
nvie committed Jul 9, 2010
1 parent 4132de9 commit 2b829ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-flow-feature
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ PREFIX=$(git config --get gitflow.prefix.feature)

usage() {
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 publish <name>"
echo " git flow feature track <name>"
Expand Down

0 comments on commit 2b829ce

Please sign in to comment.