From f48a0ce8144bf85e893a83b31cc08bd44e256f35 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 4 Apr 2022 14:43:33 +0200 Subject: [PATCH] tool_listhelp.c: uppercase URL --- src/tool_listhelp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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", -- 2.47.3