Code

AsciiDoc fixes for the git-svnimport manpage
[git.git] / Documentation / git-apply.txt
index 626e281596c57d38b6df7bbf311494ee9c74da7f..51c7d47092010f4275d1de8f074e0cc28e1d5adc 100644 (file)
@@ -8,7 +8,10 @@ git-apply - Apply patch on a git index file and a work tree
 
 SYNOPSIS
 --------
-'git-apply' [--stat] [--numstat] [--summary] [--check] [--index] [--apply] [--no-add] [--index-info] [--allow-binary-replacement] [-z] [<patch>...]
+[verse]
+'git-apply' [--stat] [--numstat] [--summary] [--check] [--index] [--apply]
+         [--no-add] [--index-info] [--allow-binary-replacement] [-z]
+         [<patch>...]
 
 DESCRIPTION
 -----------