From 271f96f78f04f556ba953b10d31bfed2202ad439 Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Tue, 20 Nov 2001 08:03:01 +0000
Subject: [PATCH] -p, not -P, for proxy tunneling

---
 docs/FAQ | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/FAQ b/docs/FAQ
index 4848ba5c7b..29c788265d 100644
--- a/docs/FAQ
+++ b/docs/FAQ
@@ -1,4 +1,4 @@
-Updated: November 14, 2001 (http://curl.haxx.se/docs/faq.shtml)
+Updated: November 20, 2001 (http://curl.haxx.se/docs/faq.shtml)
                                   _   _ ____  _     
                               ___| | | |  _ \| |    
                              / __| | | | |_) | |    
@@ -385,7 +385,7 @@ FAQ
   etc.
 
   There is one exception to this rule, and that is if you can "tunnel through"
-  the given HTTP proxy. Proxy tunneling is enabled with a special option (-P)
+  the given HTTP proxy. Proxy tunneling is enabled with a special option (-p)
   and is generally not available as proxy admins usuable disable tunneling to
   other ports than 443 (which is used for HTTPS access through proxies).
 
-- 
GitLab