Skip to content

Commit

Permalink
release: start subcommand takes an optional base as well
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Naewe <stefan.naewe@googlemail.com>
  • Loading branch information
Stefan Näwe committed Apr 15, 2011
1 parent baf66be commit 2074360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-flow-release
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ PREFIX=$(git config --get gitflow.prefix.release)

usage() {
echo "usage: git flow release [list] [-v]"
echo " git flow release start [-F] <version>"
echo " git flow release start [-F] <version> [<base>]"
echo " git flow release finish [-Fsumpk] <version>"
echo " git flow release publish <name>"
echo " git flow release track <name>"
Expand Down

0 comments on commit 2074360

Please sign in to comment.