t0302 & t3900: add forgotten quotes
[gitweb.git] / Documentation / git-read-tree.txt
index 6bb725bffb3be59b65d9513e720efc9ee7f866d5..02576d8c0ae6008fc22d7c7c706909efde5856da 100644 (file)
@@ -115,6 +115,12 @@ OPTIONS
        directories the index file and index output file are
        located in.
 
+--[no-]recurse-submodules::
+       Using --recurse-submodules will update the content of all initialized
+       submodules according to the commit recorded in the superproject by
+       calling read-tree recursively, also setting the submodules HEAD to be
+       detached at that commit.
+
 --no-sparse-checkout::
        Disable sparse checkout support even if `core.sparseCheckout`
        is true.