summaryrefslogtreecommitdiffstats
path: root/Documentation/git-checkout-index.txt
diff options
context:
space:
mode:
authorsean <seanlkml@sympatico.ca>2006-05-05 21:05:24 +0200
committerJunio C Hamano <junkio@cox.net>2006-05-05 23:21:52 +0200
commite994004f93a481414b9065ac24edd0807d1c311e (patch)
treea7055636fbd71e0bde0c1ed55d85893e6f330af2 /Documentation/git-checkout-index.txt
parentSeveral trivial documentation touch ups. (diff)
downloadgit-e994004f93a481414b9065ac24edd0807d1c311e.tar.xz
git-e994004f93a481414b9065ac24edd0807d1c311e.zip
Fix up docs where "--" isn't displayed correctly.
A bare "--" doesn't show up in man or html pages correctly as two individual dashes unless backslashed as \-- in the asciidoc source. Note, no backslash is needed inside a literal block. Signed-off-by: Sean Estabrooks <seanlkml@sympatico.ca> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-checkout-index.txt')
-rw-r--r--Documentation/git-checkout-index.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-checkout-index.txt b/Documentation/git-checkout-index.txt
index 09bd6a5535..765c173e15 100644
--- a/Documentation/git-checkout-index.txt
+++ b/Documentation/git-checkout-index.txt
@@ -63,7 +63,7 @@ OPTIONS
Only meaningful with `--stdin`; paths are separated with
NUL character instead of LF.
---::
+\--::
Do not interpret any more arguments as options.
The order of the flags used to matter, but not anymore.