build-openssl.bat: Corrected use of angled brackets in help output
Angled brackets were used in the help output to indicate that the compiler and platform arguments are mandatory. Unfortunately this caused a "< was unexpected at this time" error as the characters are interpreted as re-direction characters when not escaped.
This commit is contained in:
parent
34cdc77076
commit
f07fa85bc7
@ -254,7 +254,7 @@ rem ***************************************************************************
|
||||
:syntax
|
||||
rem Display the help
|
||||
echo.
|
||||
echo Usage: build-openssl <compiler> <platform> [configuration] [directory]
|
||||
echo Usage: build-openssl ^<compiler^> ^<platform^> [configuration] [directory]
|
||||
echo.
|
||||
echo Compiler:
|
||||
echo.
|
||||
|
Loading…
Reference in New Issue
Block a user