Explorar el Código

【修改】参数错误提示

SummerGift hace 6 años
padre
commit
bd220bcda6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tools/mkdist.py

+ 1 - 1
tools/mkdist.py

@@ -316,7 +316,7 @@ def MkDist(program, BSP_ROOT, RTT_ROOT, Env, rttide = None):
     else:
         dist_dir = rttide['project_path']
         if not isinstance(dist_dir, str):
-            print("\n--target-path=your_project_path parameter is required.")
+            print("\n--project-path=your_project_path parameter is required.")
             print("\nstop!")
             return