summaryrefslogtreecommitdiff
path: root/Documentation/git-submodule.txt
diff options
context:
space:
mode:
authorAbhijit Menon-Sen <ams@toroid.org>2008-07-30 09:33:43 (GMT)
committerJunio C Hamano <gitster@pobox.com>2008-07-31 04:42:55 (GMT)
commitf448e24e2fe336621306b04b84e947bdd04f7ecc (patch)
tree79dc4b59a73f33180cc138a1c2115006f7579c10 /Documentation/git-submodule.txt
parent0e25790f1d9cbbcac5dc6fbcea3096c3590f45d7 (diff)
downloadgit-f448e24e2fe336621306b04b84e947bdd04f7ecc.zip
git-f448e24e2fe336621306b04b84e947bdd04f7ecc.tar.gz
git-f448e24e2fe336621306b04b84e947bdd04f7ecc.tar.bz2
Make the DESCRIPTION match <x>... items in the SYNOPSIS
When the SYNOPSIS says e.g. "<path>...", it is nice if the DESCRIPTION also mentions "<path>..." and says the specified "paths" (note plural) are used for $whatever. This fixes the obvious mismatches. Signed-off-by: Abhijit Menon-Sen <ams@toroid.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-submodule.txt')
-rw-r--r--Documentation/git-submodule.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-submodule.txt b/Documentation/git-submodule.txt
index 35efeef..bf33b0c 100644
--- a/Documentation/git-submodule.txt
+++ b/Documentation/git-submodule.txt
@@ -146,8 +146,8 @@ OPTIONS
(the default). This limit only applies to modified submodules. The
size is always limited to 1 for added/deleted/typechanged submodules.
-<path>::
- Path to submodule(s). When specified this will restrict the command
+<path>...::
+ Paths to submodule(s). When specified this will restrict the command
to only operate on the submodules found at the specified paths.
(This argument is required with add).