mirror of
https://github.com/curl/curl.git
synced 2026-08-05 11:36:14 +03:00
curl_easy_setopt: fix typo
Reported by: Santhana Todatry
This commit is contained in:
parent
c0f8340c7c
commit
8a279d2275
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ output. This is only relevant for protocols that actually have headers
|
|||
preceding the data (like HTTP).
|
||||
.IP CURLOPT_NOPROGRESS
|
||||
Pass a long. If set to 1, it tells the library to shut off the progress meter
|
||||
completely. It will also present the \fICURLOPT_PROGRESSFUNCTION\fP from
|
||||
completely. It will also prevent the \fICURLOPT_PROGRESSFUNCTION\fP from
|
||||
getting called.
|
||||
|
||||
Future versions of libcurl are likely to not have any built-in progress meter
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue