aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-clone.txt
diff options
context:
space:
mode:
authorJonas Fonseca <fonseca@diku.dk>2005-12-31 18:37:15 +0100
committerJunio C Hamano <junkio@cox.net>2006-01-05 18:44:28 -0800
commit353ce81597e831969ac37d6991346f8c39c1488e (patch)
tree7b925733c5a09e7b4e3bfa2d20926583d926f2b7 /Documentation/git-clone.txt
parent6ff0b1c56c451445f7dc45b652a4dc60213eac19 (diff)
downloadgit-353ce81597e831969ac37d6991346f8c39c1488e.tar.gz
Wrap synopsis lines and use [verse] to keep formatting
In addition, also fixes a few synopses to be more consistent and a gitlink. Signed-off-by: Jonas Fonseca <fonseca@diku.dk> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-clone.txt')
-rw-r--r--Documentation/git-clone.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/git-clone.txt b/Documentation/git-clone.txt
index 8410a6d381..ffa4fb0a03 100644
--- a/Documentation/git-clone.txt
+++ b/Documentation/git-clone.txt
@@ -8,7 +8,9 @@ git-clone - Clones a repository.
SYNOPSIS
--------
-'git-clone' [-l [-s]] [-q] [-n] [-u <upload-pack>] <repository> [<directory>]
+[verse]
+'git-clone' [-l [-s]] [-q] [-n] [-u <upload-pack>]
+ <repository> [<directory>]
DESCRIPTION
-----------