]> granicus.if.org Git - curl/commitdiff
curl.1: mention that -O does no URL decoding
authorDaniel Stenberg <daniel@haxx.se>
Tue, 12 Nov 2013 17:28:07 +0000 (09:28 -0800)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 12 Nov 2013 17:28:07 +0000 (09:28 -0800)
docs/curl.1

index 2a597c750216865fca199ac71c6ff26d3e47d72f..9c36c997190088bf9e223c8e6d8377458088fd0a 100644 (file)
@@ -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)