diff options
-rw-r--r-- | docs/curl.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/curl.1 b/docs/curl.1 index caab8d79e..1f20dc709 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -856,7 +856,7 @@ You may use this option as many times as you have number of URLs. .IP "--remote-name-all" This option changes the default action for all given URLs to be dealt with as if \fI-O/--remote-name\fP were used for each one. So if you want to disable -that for a specific URL after \fI--remote-name-all\fP has been used, you muse +that for a specific URL after \fI--remote-name-all\fP has been used, you must use "-o -" or \fI--no-remote-name\fP. (Added in 7.19.0) .IP "--pass <phrase>" (SSL/SSH) Pass phrase for the private key |