diff options
author | David Soria Parra <dsp@php.net> | 2009-11-30 14:27:52 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-11-30 08:47:54 -0800 |
commit | db9bc00e2be37c68589a345112e22dc37743fc5e (patch) | |
tree | 037c8f5ceaf297160b65d30ee8b6858370dfbcb8 /Documentation | |
parent | ec7fc0b1a46c5a352532ea3f29c5663752fd8ac6 (diff) | |
download | git-db9bc00e2be37c68589a345112e22dc37743fc5e.tar.gz git-db9bc00e2be37c68589a345112e22dc37743fc5e.tar.xz |
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')
-rw-r--r-- | Documentation/git-clone.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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=<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 |