Code

Documentation: Document --branch option in git clone synopsis
authorDavid Soria Parra <dsp@php.net>
Mon, 30 Nov 2009 13:27:52 +0000 (14:27 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 30 Nov 2009 16:47:54 +0000 (08:47 -0800)
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>
Documentation/git-clone.txt

index 7e7d9fcf508eed3cbc984fec3aabc5d351943a32..7ccd742a87db1541184868b794fa4ef597d04de8 100644 (file)
@@ -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