From: Daniel Stenberg Date: Mon, 4 Apr 2022 12:43:33 +0000 (+0200) Subject: tool_listhelp.c: uppercase URL X-Git-Tag: curl-7_83_0~73 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f48a0ce8144bf85e893a83b31cc08bd44e256f35;p=thirdparty%2Fcurl.git tool_listhelp.c: uppercase URL --- diff --git a/src/tool_listhelp.c b/src/tool_listhelp.c index 8575146292..115786b07c 100644 --- a/src/tool_listhelp.c +++ b/src/tool_listhelp.c @@ -119,7 +119,7 @@ const struct helptxt helptext[] = { "HTTP POST data, '@' allowed", CURLHELP_HTTP | CURLHELP_POST | CURLHELP_UPLOAD}, {" --data-urlencode ", - "HTTP POST data url encoded", + "HTTP POST data URL encoded", CURLHELP_HTTP | CURLHELP_POST | CURLHELP_UPLOAD}, {" --delegation ", "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 to use for DNS requests",