summaryrefslogtreecommitdiffstats
path: root/git-checkout.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-07-26 06:45:59 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-07-26 06:45:59 +0000
commit3db8b41b7fb7b11cc6fd575309e9906f173d2cd7 (patch)
tree50b75a09fb5ac1266e18d2f34e892fa4f91acc1f /git-checkout.txt
parentccc2f7606414a57fc7f34d2f88f8fb2246918d6d (diff)
downloadgit-htmldocs-3db8b41b7fb7b11cc6fd575309e9906f173d2cd7.tar.gz
Autogenerated HTML docs for v1.6.0-rc0-79-gb0320
Diffstat (limited to 'git-checkout.txt')
-rw-r--r--git-checkout.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-checkout.txt b/git-checkout.txt
index 2abfbdaad..5aa69c0e1 100644
--- a/git-checkout.txt
+++ b/git-checkout.txt
@@ -9,7 +9,7 @@ SYNOPSIS
--------
[verse]
'git checkout' [-q] [-f] [[--track | --no-track] -b <new_branch> [-l]] [-m] [<branch>]
-'git checkout' [<tree-ish>] <paths>...
+'git checkout' [<tree-ish>] [--] <paths>...
DESCRIPTION
-----------