Code

Merge branch 'jn/lstree'
[git.git] / Documentation / git-index-pack.txt
index b7a49b9f58af24844e0eae486d1cfec72bc518c6..226926964e5f3e6620f20b23b74c0299a168d07f 100644 (file)
@@ -8,8 +8,10 @@ git-index-pack - Build pack index file for an existing packed archive
 
 SYNOPSIS
 --------
+[verse]
 'git-index-pack' [-v] [-o <index-file>] <pack-file>
-'git-index-pack' --stdin [--fix-thin] [--keep] [-v] [-o <index-file>] [<pack-file>]
+'git-index-pack' --stdin [--fix-thin] [--keep] [-v] [-o <index-file>]
+                 [<pack-file>]
 
 
 DESCRIPTION