diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-01-19 20:40:08 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-01-19 20:40:08 +0000 |
commit | 5deff1a179eaec1bf7a4afe1433cdc1261d5bd7f (patch) | |
tree | 7a1facb16783e49ad9f06658ce727e5fcd74df7f /docs | |
parent | e236a1c99be21ab2f4b508e535573a847df64a4d (diff) |
clarify what "-P -" does
Diffstat (limited to 'docs')
-rw-r--r-- | docs/curl.1 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/curl.1 b/docs/curl.1 index 8269b7b5e..fa5a20f03 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 |