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:
Ivo Bellin Salarin 2014-05-06 09:30:44 +02:00 committed by Steve Holme
parent 34cdc77076
commit f07fa85bc7

View File

@ -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.