checkout: mention '--' in the docs

'git checkout' uses '--' to separate options from paths, but it was not
mentioned in the documentation

Signed-off-by: SZEDER Gábor <szeder@ira.uka.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
SZEDER Gábor 2008-07-23 13:49:21 +02:00 committed by Junio C Hamano
parent 99ea66ec47
commit b302ddd2f8
1 changed files with 1 additions and 1 deletions

View File

@ -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
-----------