]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
tool_listhelp: regenerated
authorDaniel Stenberg <daniel@haxx.se>
Sat, 23 Sep 2023 09:27:03 +0000 (11:27 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 23 Sep 2023 22:01:47 +0000 (00:01 +0200)
Polished the --ipfs-gateway description

Fixed the --trace-config description

The script also fixed some other small mistakes

Closes #11923

docs/cmdline-opts/ipfs-gateway.d
docs/cmdline-opts/trace-config.d
src/tool_listhelp.c

index d639f5c6e9113d1ddc27b42e9d813878d0de4da5..5d5f8b2d42effb14e76625367428894947b90b50 100644 (file)
@@ -2,7 +2,7 @@ c: Copyright (C) 2023, Mark Gaiser, <markg85@gmail.com>
 SPDX-License-Identifier: curl
 Long: ipfs-gateway
 Arg: <URL>
-Help: Defines the gateway to handle IPFS protocol requests.
+Help: Gateway for IPFS
 Added: 8.4.0
 See-also: help manual
 Category: ipfs
index 06d6d77b929b3bc98ac0dc8ea4e44db670a63dd9..a731c9dc96430b62bd64f4de589fb74c4bf5aae1 100644 (file)
@@ -2,7 +2,7 @@ c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
 SPDX-License-Identifier: curl
 Long: trace-config
 Arg: <string>
-Help: enable
+Help: Details to log in trace/verbose output
 Mutexed: trace verbose
 Category: verbose
 Example: --trace-config ids,http/2 $URL
index 9733704c8b46fe857a2156da129716106b474404..4e7a6dd632c3f28913df35a95c8f91e53101d93e 100644 (file)
@@ -303,14 +303,14 @@ const struct helptxt helptext[] = {
   {"    --interface <name>",
    "Use network INTERFACE (or address)",
    CURLHELP_CONNECTION},
+  {"    --ipfs-gateway <URL>",
+   "Gateway for IPFS",
+   CURLHELP_IPFS},
   {"-4, --ipv4",
    "Resolve names to IPv4 addresses",
    CURLHELP_CONNECTION | CURLHELP_DNS},
   {"-6, --ipv6",
    "Resolve names to IPv6 addresses",
-   CURLHELP_IPFS},
-  {"--ipfs-gateway",
-   "Defines the gateway to handle IPFS protocol requests",
    CURLHELP_CONNECTION | CURLHELP_DNS},
   {"    --json <data>",
    "HTTP POST JSON",
@@ -338,7 +338,7 @@ const struct helptxt helptext[] = {
    CURLHELP_CONNECTION},
   {"-l, --list-only",
    "List only mode",
-   CURLHELP_FTP | CURLHELP_POP3},
+   CURLHELP_FTP | CURLHELP_POP3 | CURLHELP_SFTP},
   {"    --local-port <num/range>",
    "Force use of RANGE for local port numbers",
    CURLHELP_CONNECTION},
@@ -762,8 +762,8 @@ const struct helptxt helptext[] = {
   {"    --trace-ascii <file>",
    "Like --trace, but without hex output",
    CURLHELP_VERBOSE},
-  {"    --trace-config",
-   "Configure which details to log in trace/verbose output",
+  {"    --trace-config <string>",
+   "Details to log in trace/verbose output",
    CURLHELP_VERBOSE},
   {"    --trace-ids",
    "Add transfer and connection identifiers to trace/verbose output",
@@ -792,7 +792,7 @@ const struct helptxt helptext[] = {
   {"-A, --user-agent <name>",
    "Send User-Agent <name> to server",
    CURLHELP_IMPORTANT | CURLHELP_HTTP},
-  {"    --variable <name=text/@file>",
+  {"    --variable <[%]name=text/@file>",
    "Set variable",
    CURLHELP_CURL},
   {"-v, --verbose",