Add [verse] to the SYNOPSIS section of git-submodule.txt.
authorMatt Kraai <kraai@ftbfs.org>
Sat, 7 Jul 2007 00:56:31 +0000 (17:56 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sat, 7 Jul 2007 01:56:42 +0000 (18:56 -0700)
The SYNOPSIS section of git-submodule.txt contains two forms.  Since
it doesn't use the verse style, the line boundary between them is not
preserved and the second form can appear on the same line as the first
form.  Adding [verse] enables the verse style, which preserves the
line boundary between them.

Signed-off-by: Matt Kraai <kraai@ftbfs.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-submodule.txt

index 7f0904e2933613e1da2312bec28682d3accf2a1d..d76ae473bc27873ba6c3e3cfb1b4c22304bdb56c 100644 (file)
@@ -8,6 +8,7 @@ git-submodule - Initialize, update or inspect submodules
 
 SYNOPSIS
 --------
+[verse]
 'git-submodule' [--quiet] [-b branch] add <repository> [<path>]
 'git-submodule' [--quiet] [--cached] [status|init|update] [--] [<path>...]