diff options
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c index 6397e9035..16cde8852 100644 --- a/src/main.c +++ b/src/main.c @@ -358,7 +358,7 @@ static void help(void) puts(" --engine <eng> Specifies the crypto engine to use (HTTPS)\n" " --cacert <file> CA certifciate to verify peer against (SSL)\n" " --capath <directory> CA directory (made using c_rehash) to verify\n" - " peer against (SSL, NOT Windows)\n" + " peer against (SSL)\n" " --ciphers <list> What SSL ciphers to use (SSL)\n" " --compressed Request a compressed response (using deflate)."); puts(" --connect-timeout <seconds> Maximum time allowed for connection\n" |