diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-01-25 15:58:00 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-01-25 15:58:00 +0000 |
commit | dbdb7fa55abd6a9206fd484d813cada36d9dfc08 (patch) | |
tree | 6cc6cf159a0363b59afd0b3eef70edf1a6c1638d /docs | |
parent | 83a43bea8a37c3df1b13ef98a2de596dab4e1e7b (diff) |
- Added the --libcurl [file] option to curl. 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 operation of what your command
line operation does!
Diffstat (limited to 'docs')
-rw-r--r-- | docs/curl.1 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/curl.1 b/docs/curl.1 index 4830179bd..021f9505f 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -599,7 +599,7 @@ line. So, it could look similar to this: url = "http://curl.haxx.se/docs/" -This option can be used multiple times. +This option can be used multiple times to load multiple config files. When curl is invoked, it always (unless \fI-q\fP is used) checks for a default config file and uses it if found. The default config file is checked for in @@ -614,6 +614,12 @@ resort the '%USERPROFILE%\Application Data'. 2) On windows, if there is no _curlrc file in the home dir, it checks for one in the same dir the executable curl is placed. On unix-like systems, it will simply try to load .curlrc from the determined home dir. +.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 +operation of what your command line operation does! + +If this option is used several times, the last given file name will be used. .IP "--limit-rate <speed>" Specify the maximum transfer rate you want curl to use. This feature is useful if you have a limited pipe and you'd like your transfer not use your entire |