From: Matt Kraai Date: Sat, 7 Jul 2007 00:56:31 +0000 (-0700) Subject: Add [verse] to the SYNOPSIS section of git-submodule.txt. X-Git-Tag: v1.5.3-rc1~64 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=b2493649fe41f8a0db48ff4e809ea53c8a304a61;p=git.git Add [verse] to the SYNOPSIS section of git-submodule.txt. 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 Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-submodule.txt b/Documentation/git-submodule.txt index 7f0904e29..d76ae473b 100644 --- a/Documentation/git-submodule.txt +++ b/Documentation/git-submodule.txt @@ -8,6 +8,7 @@ git-submodule - Initialize, update or inspect submodules SYNOPSIS -------- +[verse] 'git-submodule' [--quiet] [-b branch] add [] 'git-submodule' [--quiet] [--cached] [status|init|update] [--] [...]