From: David Soria Parra Date: Mon, 30 Nov 2009 13:27:52 +0000 (+0100) Subject: Documentation: Document --branch option in git clone synopsis X-Git-Tag: v1.6.6-rc1~4^2~2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=db9bc00e2be37c68589a345112e22dc37743fc5e;p=git.git Documentation: Document --branch option in git clone synopsis Document the --branch option as [-b ] in git clones synopsis. Signed-off-by: David Soria Parra Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-clone.txt b/Documentation/git-clone.txt index 7e7d9fcf5..7ccd742a8 100644 --- a/Documentation/git-clone.txt +++ b/Documentation/git-clone.txt @@ -11,7 +11,7 @@ SYNOPSIS [verse] 'git clone' [--template=] [-l] [-s] [--no-hardlinks] [-q] [-n] [--bare] [--mirror] - [-o ] [-u ] [--reference ] + [-o ] [-b ] [-u ] [--reference ] [--depth ] [--recursive] [--] [] DESCRIPTION