summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorMatt Kraai <kraai@ftbfs.org>2007-07-07 00:56:31 (GMT)
committerJunio C Hamano <gitster@pobox.com>2007-07-07 01:56:42 (GMT)
commitb2493649fe41f8a0db48ff4e809ea53c8a304a61 (patch)
tree2f0ff3cb8c79172169b754524ef20098bf5ca28d /Documentation
parent95fd73ab22f9a9a1b7a1275c934991340eeb8839 (diff)
downloadgit-b2493649fe41f8a0db48ff4e809ea53c8a304a61.zip
git-b2493649fe41f8a0db48ff4e809ea53c8a304a61.tar.gz
git-b2493649fe41f8a0db48ff4e809ea53c8a304a61.tar.bz2
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 <kraai@ftbfs.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-submodule.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/git-submodule.txt b/Documentation/git-submodule.txt
index 7f0904e..d76ae47 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 <repository> [<path>]
'git-submodule' [--quiet] [--cached] [status|init|update] [--] [<path>...]