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>"