]> granicus.if.org Git - esp-idf/commitdiff
Fixed git command
authorkrzychb <krzychb@gazeta.pl>
Fri, 11 May 2018 18:08:55 +0000 (20:08 +0200)
committerkrzychb <krzychb@gazeta.pl>
Tue, 15 May 2018 20:36:34 +0000 (22:36 +0200)
docs/en/api-guides/jtag-debugging/building-openocd-macos.rst

index 349fd882c325994e0bfb2e905a113f5070eae67c..b56696732ddfca178fdf6171647766b434eb6c82 100644 (file)
@@ -12,7 +12,7 @@ Download Sources of OpenOCD
 The sources for the ESP32-enabled variant of OpenOCD are available from Espressif GitHub under https://github.com/espressif/openocd-esp32. To download the sources, use the following commands::
 
     cd ~/esp
-    git clone recursive https://github.com/espressif/openocd-esp32.git
+    git clone --recursive https://github.com/espressif/openocd-esp32.git
 
 The clone of sources should be now saved in ``~/esp/openocd-esp32`` directory.