From: Daniel Stenberg Date: Sat, 23 Sep 2023 09:27:03 +0000 (+0200) Subject: tool_listhelp: regenerated X-Git-Tag: curl-8_4_0~144 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bb83f86a7401526013ffe9dc002e45c68aac78d1;p=thirdparty%2Fcurl.git tool_listhelp: regenerated Polished the --ipfs-gateway description Fixed the --trace-config description The script also fixed some other small mistakes Closes #11923 --- diff --git a/docs/cmdline-opts/ipfs-gateway.d b/docs/cmdline-opts/ipfs-gateway.d index d639f5c6e9..5d5f8b2d42 100644 --- a/docs/cmdline-opts/ipfs-gateway.d +++ b/docs/cmdline-opts/ipfs-gateway.d @@ -2,7 +2,7 @@ c: Copyright (C) 2023, Mark Gaiser, SPDX-License-Identifier: curl Long: ipfs-gateway Arg: -Help: Defines the gateway to handle IPFS protocol requests. +Help: Gateway for IPFS Added: 8.4.0 See-also: help manual Category: ipfs diff --git a/docs/cmdline-opts/trace-config.d b/docs/cmdline-opts/trace-config.d index 06d6d77b92..a731c9dc96 100644 --- a/docs/cmdline-opts/trace-config.d +++ b/docs/cmdline-opts/trace-config.d @@ -2,7 +2,7 @@ c: Copyright (C) Daniel Stenberg, , et al. SPDX-License-Identifier: curl Long: trace-config Arg: -Help: enable +Help: Details to log in trace/verbose output Mutexed: trace verbose Category: verbose Example: --trace-config ids,http/2 $URL diff --git a/src/tool_listhelp.c b/src/tool_listhelp.c index 9733704c8b..4e7a6dd632 100644 --- a/src/tool_listhelp.c +++ b/src/tool_listhelp.c @@ -303,14 +303,14 @@ const struct helptxt helptext[] = { {" --interface ", "Use network INTERFACE (or address)", CURLHELP_CONNECTION}, + {" --ipfs-gateway ", + "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 ", "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 ", "Force use of RANGE for local port numbers", CURLHELP_CONNECTION}, @@ -762,8 +762,8 @@ const struct helptxt helptext[] = { {" --trace-ascii ", "Like --trace, but without hex output", CURLHELP_VERBOSE}, - {" --trace-config", - "Configure which details to log in trace/verbose output", + {" --trace-config ", + "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 ", "Send User-Agent to server", CURLHELP_IMPORTANT | CURLHELP_HTTP}, - {" --variable ", + {" --variable <[%]name=text/@file>", "Set variable", CURLHELP_CURL}, {"-v, --verbose",