aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-clone.txt
diff options
context:
space:
mode:
authorJohannes Schindelin <johannes.schindelin@gmx.de>2020-06-24 14:46:31 +0000
committerJunio C Hamano <gitster@pobox.com>2020-06-24 09:14:21 -0700
commit6069eccdc9d6351f1668b85551bbee4b6ca7cbb0 (patch)
tree90ff4d8c69c7f3e5f9ac49dd905caffc63d10e11 /Documentation/git-clone.txt
parentf0a96e8d4c98c2394dc726b57b914f95cbc7a0de (diff)
downloadgit-6069eccdc9d6351f1668b85551bbee4b6ca7cbb0.tar.gz
docs: add missing diamond brackets
There were a couple of instances in our manual pages that had an opening diamond bracket without a corresponding closing one. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-clone.txt')
-rw-r--r--Documentation/git-clone.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-clone.txt b/Documentation/git-clone.txt
index 08d6045c4a..c898310099 100644
--- a/Documentation/git-clone.txt
+++ b/Documentation/git-clone.txt
@@ -259,7 +259,7 @@ maintain a branch with no references other than a single cloned
branch. This is useful e.g. to maintain minimal clones of the default
branch of some repository for search indexing.
---recurse-submodules[=<pathspec]::
+--recurse-submodules[=<pathspec>]::
After the clone is created, initialize and clone submodules
within based on the provided pathspec. If no pathspec is
provided, all submodules are initialized and cloned.