]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
tool_listhelp.c: uppercase URL
authorDaniel Stenberg <daniel@haxx.se>
Mon, 4 Apr 2022 12:43:33 +0000 (14:43 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 4 Apr 2022 12:43:33 +0000 (14:43 +0200)
src/tool_listhelp.c

index 85751462926fb1d5222c916650e8b8aeda88e1d2..115786b07c471a50f980ea68a7bdc5d5143f3653 100644 (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",