internetguru / flow

Use Git Flow with ease – maintain branches, semantic versioning, releases, and changelog with a single command.
Other
41 stars 6 forks source link

Broken usage #64

Closed jiripavelka closed 7 years ago

jiripavelka commented 7 years ago

Command gf -h results into:

Usage: omgf [-cfhinrvVwy] [--color[=WHEN]] [KEYWORD] [NAME]
.TH
.TP 18
-c, --conform
Repair (initialize) project to be conform with **OMGF** model and proceed.
.TP 18
--color[=WHEN], --colour[=WHEN]
Use markers to highlight command status; WHEN is 'always', 'never', or
'auto'. Empty WHEN sets color to 'always'. Default color value is 'auto'.
.TP 18
-f, --force
Move (stash and pop) uncommitted changes.
.TP 18
-h, --help
Print help.
.TP 18
-i, --init
Same as conform, but do not proceed.
.TP 18
-n, --dry-run
Do not run commands; only parse user options.
.TP 18
-r, --request
Instead of merging prepare current branch for pull request and push it to
the origin.
.TP 18
-v, --verbose
Verbose mode.
.TP 18
-V, --version
Print version number.
.TP 18
-w, --what-now
Display what to do on current branch.
.TP 18
-y, --yes

  -c, --conform     Repair (initialize) project to be conform with **OMGF** model and
                    proceed.
  --color[=WHEN], --colour[=WHEN]
                    Use markers to highlight command status; WHEN is 'always', 'never', or
  -f, --force       Move (stash and pop) uncommitted changes.
  -h, --help        Print help.
  -i, --init        Same as conform, but do not proceed.
  -n, --dry-run     Do not run commands; only parse user options.
  -r, --request     Instead of merging prepare current branch for pull request and push it
                    to the origin.
  -v, --verbose     Verbose mode.
  -V, --version     Print version number.
  -w, --what-now    Display what to do on current branch.
  -y, --yes         Assume yes for all questions.
petrzpav commented 7 years ago

Fixed in v2.1.2