]> granicus.if.org Git - esp-idf/commitdiff
Update building-openocd-linux.rst. Merges https://github.com/espressif/esp-idf/pull...
authorJohn <jramacrae@gmail.com>
Tue, 13 Mar 2018 09:52:04 +0000 (05:52 -0400)
committerkrzychb <krzychb@gazeta.pl>
Sun, 18 Mar 2018 19:02:54 +0000 (20:02 +0100)
replace - for -- in line 16 to make it run

docs/en/api-guides/jtag-debugging/building-openocd-linux.rst

index cdc27a535538cfa324fc981dcac9d1ae22ab9710..ca6a087775a63ae6f49530bdb416319d9b0f42d8 100644 (file)
@@ -13,7 +13,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.