Skip to content

Commit

Permalink
Documentation: Document --branch option in git clone synopsis
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
David Soria Parra authored and Junio C Hamano committed Nov 30, 2009
1 parent ec7fc0b commit db9bc00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/git-clone.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit db9bc00

Please sign in to comment.