]> granicus.if.org Git - esp-idf/commitdiff
Fix git command. Merges https://github.com/espressif/esp-idf/pull/1943
authorWenderson Oliveira <wnoliveira@ucs.br>
Thu, 10 May 2018 22:49:17 +0000 (19:49 -0300)
committerkrzychb <krzychb@gazeta.pl>
Tue, 15 May 2018 20:34:01 +0000 (22:34 +0200)
docs/en/api-guides/jtag-debugging/building-openocd-windows.rst

index 4f0419135c3bb75a6523ae71d6a90061f42d6d0d..61dab53deb5554fcff3d48518209c7d74a392707 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.