mirror of
https://github.com/curl/curl.git
synced 2025-09-24 13:06:50 +03:00
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
|
:syntax
|
||||||
rem Display the help
|
rem Display the help
|
||||||
echo.
|
echo.
|
||||||
echo Usage: build-openssl <compiler> <platform> [configuration] [directory]
|
echo Usage: build-openssl ^<compiler^> ^<platform^> [configuration] [directory]
|
||||||
echo.
|
echo.
|
||||||
echo Compiler:
|
echo Compiler:
|
||||||
echo.
|
echo.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user