summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-02-03 21:36:52 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-02-03 21:36:52 +0000
commit21c16f923c0618cf35fdc71921b3544f8ea04eca (patch)
tree00729d97b3c35bd4a1b2b922f0a94bb4c267910d /src
parent32cef52f0d4f204d8741f30ffd2448d443049c47 (diff)
downloadcurl-21c16f923c0618cf35fdc71921b3544f8ea04eca.tar.gz
Julian Noble pointed out that capath is indeed working fine on Windows
these days since the c_rehash tool is written (fixed) to do the proper action even on file systems that don't support symlinks.
Diffstat (limited to 'src')
-rw-r--r--src/main.c2
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"