diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-04-08 12:00:08 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-04-08 12:00:09 -0700 |
commit | ed15e20ba36eaf85453915ef5130a770caa8d3e7 (patch) | |
tree | 8b436f1eaa573ffcb5927dd25e2fac32abfb19da /Documentation | |
parent | Merge branch 'mr/msvc-link-with-invalidcontinue' (diff) | |
parent | rev-parse: fix typo in example on manpage (diff) | |
download | tgif-ed15e20ba36eaf85453915ef5130a770caa8d3e7.tar.xz |
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
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-rev-parse.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-rev-parse.txt b/Documentation/git-rev-parse.txt index c452f33a36..987395d22a 100644 --- a/Documentation/git-rev-parse.txt +++ b/Documentation/git-rev-parse.txt @@ -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 |