summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2012-02-23 23:25:58 +0100
committerDaniel Stenberg <daniel@haxx.se>2012-02-23 23:25:58 +0100
commit779fa13ef9e05f6d6cf865ecb113d236b114f72f (patch)
tree14927bcf9eff386e05a6d526e71ca65662ad6e59
parent1a7bba1975ba40df32bac2af26f4681da69c9d89 (diff)
downloadgnurl-779fa13ef9e05f6d6cf865ecb113d236b114f72f.tar.gz
gnurl-779fa13ef9e05f6d6cf865ecb113d236b114f72f.tar.bz2
gnurl-779fa13ef9e05f6d6cf865ecb113d236b114f72f.zip
curl.1: updated --libcurl
With Colin Hogben's recent work, --libcurl now also works with -F and more. Remove the previous caveat.
-rw-r--r--docs/curl.16
1 files changed, 1 insertions, 5 deletions
diff --git a/docs/curl.1 b/docs/curl.1
index e5f8aa6e4..995f5de53 100644
--- a/docs/curl.1
+++ b/docs/curl.1
@@ -762,13 +762,9 @@ was 301, 302, or 303. If the response code was any other 3xx code, curl will
re-send the following request using the same unmodified method.
.IP "--libcurl <file>"
Append this option to any ordinary curl command line, and you will get a
-libcurl-using source code written to the file that does the equivalent
+libcurl-using C source code written to the file that does the equivalent
of what your command-line operation does!
-NOTE: this does not properly support -F and the sending of multipart
-formposts, so in those cases the output program will be missing necessary
-calls to \fIcurl_formadd(3)\fP, and possibly more.
-
If this option is used several times, the last given file name will be
used. (Added in 7.16.1)
.IP "--limit-rate <speed>"