From 5deff1a179eaec1bf7a4afe1433cdc1261d5bd7f Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Thu, 19 Jan 2006 20:40:08 +0000
Subject: [PATCH] clarify what "-P -" does

---
 docs/curl.1 | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/curl.1 b/docs/curl.1
index 8269b7b5ef..fa5a20f03f 100644
--- a/docs/curl.1
+++ b/docs/curl.1
@@ -741,7 +741,8 @@ i.e "192.168.10.1" to specify exact IP number
 .IP "host name"
 i.e "my.host.domain" to specify machine
 .IP "-"
-(any single-letter string) to make it pick the machine's default
+make curl pick the same IP address that is already used for the control
+connection
 .RE
 
 If this option is used several times, the last one will be used. Disable the
-- 
GitLab