]> granicus.if.org Git - esp-idf/commitdiff
docs: fix git submodule update command
authorIvan Grokhotkov <ivan@espressif.com>
Mon, 22 Oct 2018 05:33:26 +0000 (13:33 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Fri, 26 Oct 2018 04:42:38 +0000 (12:42 +0800)
Closes https://github.com/espressif/esp-idf/issues/2584

docs/en/versions.rst

index 5d6530cb680b5e11b8f20612c1b5955f193ec102..0c36d73022d14432b9711e9f24c48ecc7148f467 100644 (file)
@@ -166,7 +166,7 @@ For example, to follow the branch for ESP-IDF v3.1, including any bugfixes for f
   git fetch
   git checkout release/v3.1
   git pull
-  git submodule --update --init --recursive
+  git submodule update --init --recursive
 
 Each time you ``git pull`` this branch, ESP-IDF will be updated with fixes for this release.