Skip to content

Commit

Permalink
Update usage docs and changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
nvie committed May 16, 2011
1 parent cf5b2a5 commit 59e6aef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes.mdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
-----
Release date: **not yet**

* `git flow feature finish` can now be called without a feature branch
name(prefix) argument and will finish the current branch, if on any.

* Various minor bug fixes related to internal argument passing

0.4.1:
Expand Down
2 changes: 1 addition & 1 deletion git-flow-feature
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ PREFIX=$(git config --get gitflow.prefix.feature)
usage() {
echo "usage: git flow feature [list] [-v]"
echo " git flow feature start [-F] <name> [<base>]"
echo " git flow feature finish [-rFk] <name|nameprefix>"
echo " git flow feature finish [-rFk] [<name|nameprefix>]"
echo " git flow feature publish <name>"
echo " git flow feature track <name>"
echo " git flow feature diff [<name|nameprefix>]"
Expand Down

0 comments on commit 59e6aef

Please sign in to comment.