فهرست منبع

Merge pull request #2564 from IronicallySerious/fix-gdn-cpp-tut-cmd

Fix incorrect order in recursive update command
Rémi Verschelde 6 سال پیش
والد
کامیت
849d1b31f6
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      tutorials/plugins/gdnative/gdnative-cpp-example.rst

+ 1 - 1
tutorials/plugins/gdnative/gdnative-cpp-example.rst

@@ -102,7 +102,7 @@ You will need to execute the following commands:
 .. code-block:: none
 
     cd gdnative_cpp_example
-    git submodule --init update --recursive
+    git submodule update --init --recursive
 
 This will clone these two repositories into your project folder.