From 21c16f923c0618cf35fdc71921b3544f8ea04eca Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 3 Feb 2003 21:36:52 +0000 Subject: 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. --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.c') 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 Specifies the crypto engine to use (HTTPS)\n" " --cacert CA certifciate to verify peer against (SSL)\n" " --capath CA directory (made using c_rehash) to verify\n" - " peer against (SSL, NOT Windows)\n" + " peer against (SSL)\n" " --ciphers What SSL ciphers to use (SSL)\n" " --compressed Request a compressed response (using deflate)."); puts(" --connect-timeout Maximum time allowed for connection\n" -- cgit v1.2.3