From db9bc00e2be37c68589a345112e22dc37743fc5e Mon Sep 17 00:00:00 2001 From: David Soria Parra Date: Mon, 30 Nov 2009 14:27:52 +0100 Subject: [PATCH] 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 --- Documentation/git-clone.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0