fix help msg

This commit is contained in:
Anatol Belski
2016-10-31 19:05:27 +01:00
parent 94ff7b53cf
commit fc185fd315
+1 -1
View File
@@ -17,7 +17,7 @@ if "%ARCH%" equ "" goto help
goto skip_help
:help
echo Usage: phpsdk-starter -c ^<crt^> -a ^<arch^> -t [^<task_script.bat^>]
echo Usage: phpsdk-starter -c ^<crt^> -a ^<arch^> [-t ^<task_script.bat^>]
exit /b 0
:skip_help