diff options
author | René Scharfe <l.s.r@web.de> | 2014-04-01 21:27:23 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-04-01 14:07:46 -0700 |
commit | a2df5211278df9a084d6a1869b5143a6bf120268 (patch) | |
tree | be9b7fd094ea597a6b4f33d606b6ce5e351615bf /Documentation/git-rev-parse.txt | |
parent | ce7f8745aa773dfe2fc0a1b8c327b50c7ce4a31e (diff) | |
download | git-a2df5211278df9a084d6a1869b5143a6bf120268.tar.gz |
rev-parse: fix typo in example on manpageib/rev-parse-parseopt-argh
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-rev-parse.txt')
-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 e05e6b3593..377d9d7235 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 |