aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-submodule.txt
diff options
context:
space:
mode:
authorMatt Kraai <kraai@ftbfs.org>2007-07-06 17:56:31 -0700
committerJunio C Hamano <gitster@pobox.com>2007-07-06 18:56:42 -0700
commitb2493649fe41f8a0db48ff4e809ea53c8a304a61 (patch)
tree2f0ff3cb8c79172169b754524ef20098bf5ca28d /Documentation/git-submodule.txt
parent95fd73ab22f9a9a1b7a1275c934991340eeb8839 (diff)
downloadgit-b2493649fe41f8a0db48ff4e809ea53c8a304a61.tar.gz
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/git-submodule.txt')
-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 7f0904e293..d76ae473bc 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>...]