checkout: merge local modifications while switching branches.
[gitweb.git] / Documentation / git-clone.txt
index f943f267da0356d6e129f10117fce16e19aba939..790b87b231d46d6e9de9d85024b25b49ee225488 100644 (file)
@@ -8,7 +8,9 @@ git-clone - Clones a repository.
 
 SYNOPSIS
 --------
-'git-clone' [-l [-s]] [-q] [-n] [-o <name>] [-u <upload-pack>] <repository> [<directory>]
+[verse]
+'git-clone' [-l [-s]] [-q] [-n] [-o <name>] [-u <upload-pack>]
+         <repository> [<directory>]
 
 DESCRIPTION
 -----------