diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-07-10 08:00:05 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-07-10 08:00:05 +0000 |
commit | 120f9d81b211de9c722eccaa20dc5e993cf1d9a6 (patch) | |
tree | 1cd47e7c3dbb7b13d674b140a5ff1a9f94ac7797 /docs | |
parent | fa38839a80fe17d69ce5b234cd55dba25445b8a8 (diff) | |
download | curl-120f9d81b211de9c722eccaa20dc5e993cf1d9a6.tar.gz |
s/muse/must
Diffstat (limited to 'docs')
-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 |