mirror of
https://github.com/curl/curl.git
synced 2026-04-19 07:21:14 +03:00
tool_listhelp.c: uppercase URL
This commit is contained in:
parent
41ea595ec4
commit
f48a0ce814
1 changed files with 2 additions and 2 deletions
|
|
@ -119,7 +119,7 @@ const struct helptxt helptext[] = {
|
|||
"HTTP POST data, '@' allowed",
|
||||
CURLHELP_HTTP | CURLHELP_POST | CURLHELP_UPLOAD},
|
||||
{" --data-urlencode <data>",
|
||||
"HTTP POST data url encoded",
|
||||
"HTTP POST data URL encoded",
|
||||
CURLHELP_HTTP | CURLHELP_POST | CURLHELP_UPLOAD},
|
||||
{" --delegation <LEVEL>",
|
||||
"GSS-API delegation permission",
|
||||
|
|
@ -137,7 +137,7 @@ const struct helptxt helptext[] = {
|
|||
"Inhibit using EPSV",
|
||||
CURLHELP_FTP},
|
||||
{" --disallow-username-in-url",
|
||||
"Disallow username in url",
|
||||
"Disallow username in URL",
|
||||
CURLHELP_CURL | CURLHELP_HTTP},
|
||||
{" --dns-interface <interface>",
|
||||
"Interface to use for DNS requests",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue