Browse Source

Merge branch 'ib/rev-parse-parseopt-argh'

Finishing touch to a new topic scheduled for 2.0.

* ib/rev-parse-parseopt-argh:
  rev-parse: fix typo in example on manpage
maint
Junio C Hamano 11 years ago
parent
commit
ed15e20ba3
  1. 2
      Documentation/git-rev-parse.txt

2
Documentation/git-rev-parse.txt

@ -363,7 +363,7 @@ usage: some-command [options] <args>... @@ -363,7 +363,7 @@ usage: some-command [options] <args>...
-h, --help show the help
--foo some nifty option --foo
--bar ... some cool option --bar with an argument
--bar <arg> another cool option --baz with a named argument
--baz <arg> another cool option --baz with a named argument
--qux[=<path>] qux may take a path argument but has meaning by itself

An option group Header

Loading…
Cancel
Save