commit | 2b829ce7b7bad547e9fd20e2a3fe0f804a436a8f | [log] [tgz] |
---|---|---|
author | Vincent Driessen <vincent@datafox.nl> | 周五 7月 09 09:36:20 2010 +0200 |
committer | Vincent Driessen <vincent@datafox.nl> | 周五 7月 09 09:36:20 2010 +0200 |
tree | 422f6dfa8cd6a22571499faad3eee29b255fa181 | |
parent | 4132de9ec4c94d6de3282c9b8f8cb55675a24769 [diff] [blame] |
Forgot to update usage text.
diff --git a/git-flow-feature b/git-flow-feature index 45a821b..051e5d3 100644 --- a/git-flow-feature +++ b/git-flow-feature
@@ -43,7 +43,7 @@ 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>"