Merge branch 'sb/submodule-merge-in-merge-recursive'
[gitweb.git] / Documentation / git-submodule.txt
index a75b9504368ad915f708febd5c0ecedd8e44d793..4a5cc38a6f0e10ba5232190942572e4a540e4ecb 100644 (file)
@@ -213,8 +213,8 @@ sync [--recursive] [--] [<path>...]::
        submodule URLs change upstream and you need to update your local
        repositories accordingly.
 +
-"git submodule sync" synchronizes all submodules while
-"git submodule sync \-- A" synchronizes submodule "A" only.
+`git submodule sync` synchronizes all submodules while
+`git submodule sync -- A` synchronizes submodule "A" only.
 +
 If `--recursive` is specified, this command will recurse into the
 registered submodules, and sync any nested submodules within.