tool_listhelp.c: uppercase URL

This commit is contained in:
Daniel Stenberg 2022-04-04 14:43:33 +02:00
parent 41ea595ec4
commit f48a0ce814
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -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",