summaryrefslogtreecommitdiff
path: root/Documentation/git-clone.txt
diff options
context:
space:
mode:
authorDavid Soria Parra <dsp@php.net>2009-11-30 13:27:52 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-11-30 16:47:54 (GMT)
commitdb9bc00e2be37c68589a345112e22dc37743fc5e (patch)
tree037c8f5ceaf297160b65d30ee8b6858370dfbcb8 /Documentation/git-clone.txt
parentec7fc0b1a46c5a352532ea3f29c5663752fd8ac6 (diff)
downloadgit-db9bc00e2be37c68589a345112e22dc37743fc5e.zip
git-db9bc00e2be37c68589a345112e22dc37743fc5e.tar.gz
git-db9bc00e2be37c68589a345112e22dc37743fc5e.tar.bz2
Documentation: Document --branch option in git clone synopsis
Document the --branch option as [-b <name>] in git clones synopsis. Signed-off-by: David Soria Parra <dsp@php.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-clone.txt')
-rw-r--r--Documentation/git-clone.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-clone.txt b/Documentation/git-clone.txt
index 7e7d9fc..7ccd742 100644
--- a/Documentation/git-clone.txt
+++ b/Documentation/git-clone.txt
@@ -11,7 +11,7 @@ SYNOPSIS
[verse]
'git clone' [--template=<template_directory>]
[-l] [-s] [--no-hardlinks] [-q] [-n] [--bare] [--mirror]
- [-o <name>] [-u <upload-pack>] [--reference <repository>]
+ [-o <name>] [-b <name>] [-u <upload-pack>] [--reference <repository>]
[--depth <depth>] [--recursive] [--] <repository> [<directory>]
DESCRIPTION