aboutsummaryrefslogtreecommitdiff
path: root/docs/curl.1
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2013-11-12 09:28:07 -0800
committerDaniel Stenberg <daniel@haxx.se>2013-11-12 09:28:07 -0800
commit6901861fc97f0b3cb9ee8590c449ab6aa2fe0500 (patch)
tree6871b6247dae81738c0e7d43ef16172fb13af816 /docs/curl.1
parentd7d8a8f922d54ade66dfd17e1fe2676587bb5f9a (diff)
curl.1: mention that -O does no URL decoding
Diffstat (limited to 'docs/curl.1')
-rw-r--r--docs/curl.13
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/curl.1 b/docs/curl.1
index 2a597c750..9c36c9971 100644
--- a/docs/curl.1
+++ b/docs/curl.1
@@ -1062,6 +1062,9 @@ Consequentially, the file will be saved in the current working directory. If
you want the file saved in a different directory, make sure you change current
working directory before you invoke curl with the \fB-O, --remote-name\fP flag!
+There is no URL decoding done on the file name. If it has %20 or other URL
+encoded parts of the name, they will end up as-is as file name.
+
You may use this option as many times as the number of URLs you have.
.IP "--oauth2-bearer"
(IMAP, POP3, SMTP)