git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
ce7f874
)
rev-parse: fix typo in example on manpage
author
René Scharfe
<redacted>
Tue, 1 Apr 2014 19:27:23 +0000
(21:27 +0200)
committer
Junio C Hamano
<redacted>
Tue, 1 Apr 2014 21:07:46 +0000
(14:07 -0700)
Signed-off-by: Junio C Hamano <redacted>
Documentation/git-rev-parse.txt
patch
|
blob
|
history
diff --git
a/Documentation/git-rev-parse.txt
b/Documentation/git-rev-parse.txt
index e05e6b35939326caa5fa2658d875b0d099216d9f..377d9d72359df834cdb666f6c2a74f8be84f8a91 100644
(file)
--- 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
- --ba
r
<arg> another cool option --baz with a named argument
+ --ba
z
<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
git clone https://git.99rst.org/PROJECT