commit | a2e41163337bcf244619482c87180b181fd31f70 | [log] [tgz] |
---|---|---|
author | Vincent Driessen <vincent@datafox.nl> | 周三 2月 24 01:37:07 2010 +0100 |
committer | Vincent Driessen <vincent@datafox.nl> | 周三 2月 24 01:37:07 2010 +0100 |
tree | 2cd7c2f059f4c9d5a42cc989533d150bee57beb9 | |
parent | c49c793a9a1ae6876904b00afcc1ff579640112b [diff] [blame] |
Document all available flags in all of the subcommand synopsis texts.
diff --git a/git-flow-hotfix b/git-flow-hotfix index 2c0ec45..5866178 100644 --- a/git-flow-hotfix +++ b/git-flow-hotfix
@@ -20,8 +20,8 @@ usage() { echo "usage: git flow hotfix [list] [-v]" - echo " git flow hotfix start <version> [<base>]" - echo " git flow hotfix finish <version>" + echo " git flow hotfix start [-F] <version> [<base>]" + echo " git flow hotfix finish [-Fsump] <version>" } cmd_default() {