diff options
author | Ivo Bellin Salarin <ibellinsalarin@cegid.fr> | 2014-05-06 09:30:44 +0200 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-05-06 13:48:00 +0100 |
commit | f07fa85bc720294480ae8edd9b7a8e34350d99f0 (patch) | |
tree | c31b9dbef16cf85742b51bb24592b4e58d85c5a9 /projects | |
parent | 34cdc770767094b72aa559e26f7804a1351ff04e (diff) | |
download | curl-f07fa85bc720294480ae8edd9b7a8e34350d99f0.tar.gz |
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.
Diffstat (limited to 'projects')
-rw-r--r-- | projects/build-openssl.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/build-openssl.bat b/projects/build-openssl.bat index 6bbe5372b..e0019cdb7 100644 --- a/projects/build-openssl.bat +++ b/projects/build-openssl.bat @@ -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. |