mirror of
https://github.com/curl/curl.git
synced 2026-08-26 08:23:36 +03:00
configure: add option disable --libcurl output
This commit is contained in:
parent
e71ac0c6fa
commit
2b26eb9857
8 changed files with 106 additions and 41 deletions
|
|
@ -110,7 +110,9 @@ static const char *const helptext[] = {
|
|||
" --key KEY Private key file name (SSL/SSH)",
|
||||
" --key-type TYPE Private key file type (DER/PEM/ENG) (SSL)",
|
||||
" --krb LEVEL Enable Kerberos with specified security level (F)",
|
||||
#ifndef CURL_DISABLE_LIBCURL_OPTION
|
||||
" --libcurl FILE Dump libcurl equivalent code of this command line",
|
||||
#endif
|
||||
" --limit-rate RATE Limit transfer speed to this rate",
|
||||
" -l, --list-only List only names of an FTP directory (F)",
|
||||
" --local-port RANGE Force use of these local port numbers",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue