mirror of
https://github.com/curl/curl.git
synced 2025-09-14 16:12:43 +03:00
tool_listhelp: regenerated
Polished the --ipfs-gateway description Fixed the --trace-config description The script also fixed some other small mistakes Closes #11923
This commit is contained in:
parent
6a85659e7d
commit
bb83f86a74
|
@ -2,7 +2,7 @@ c: Copyright (C) 2023, Mark Gaiser, <markg85@gmail.com>
|
||||||
SPDX-License-Identifier: curl
|
SPDX-License-Identifier: curl
|
||||||
Long: ipfs-gateway
|
Long: ipfs-gateway
|
||||||
Arg: <URL>
|
Arg: <URL>
|
||||||
Help: Defines the gateway to handle IPFS protocol requests.
|
Help: Gateway for IPFS
|
||||||
Added: 8.4.0
|
Added: 8.4.0
|
||||||
See-also: help manual
|
See-also: help manual
|
||||||
Category: ipfs
|
Category: ipfs
|
||||||
|
|
|
@ -2,7 +2,7 @@ c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||||
SPDX-License-Identifier: curl
|
SPDX-License-Identifier: curl
|
||||||
Long: trace-config
|
Long: trace-config
|
||||||
Arg: <string>
|
Arg: <string>
|
||||||
Help: enable
|
Help: Details to log in trace/verbose output
|
||||||
Mutexed: trace verbose
|
Mutexed: trace verbose
|
||||||
Category: verbose
|
Category: verbose
|
||||||
Example: --trace-config ids,http/2 $URL
|
Example: --trace-config ids,http/2 $URL
|
||||||
|
|
|
@ -303,14 +303,14 @@ const struct helptxt helptext[] = {
|
||||||
{" --interface <name>",
|
{" --interface <name>",
|
||||||
"Use network INTERFACE (or address)",
|
"Use network INTERFACE (or address)",
|
||||||
CURLHELP_CONNECTION},
|
CURLHELP_CONNECTION},
|
||||||
|
{" --ipfs-gateway <URL>",
|
||||||
|
"Gateway for IPFS",
|
||||||
|
CURLHELP_IPFS},
|
||||||
{"-4, --ipv4",
|
{"-4, --ipv4",
|
||||||
"Resolve names to IPv4 addresses",
|
"Resolve names to IPv4 addresses",
|
||||||
CURLHELP_CONNECTION | CURLHELP_DNS},
|
CURLHELP_CONNECTION | CURLHELP_DNS},
|
||||||
{"-6, --ipv6",
|
{"-6, --ipv6",
|
||||||
"Resolve names to IPv6 addresses",
|
"Resolve names to IPv6 addresses",
|
||||||
CURLHELP_IPFS},
|
|
||||||
{"--ipfs-gateway",
|
|
||||||
"Defines the gateway to handle IPFS protocol requests",
|
|
||||||
CURLHELP_CONNECTION | CURLHELP_DNS},
|
CURLHELP_CONNECTION | CURLHELP_DNS},
|
||||||
{" --json <data>",
|
{" --json <data>",
|
||||||
"HTTP POST JSON",
|
"HTTP POST JSON",
|
||||||
|
@ -338,7 +338,7 @@ const struct helptxt helptext[] = {
|
||||||
CURLHELP_CONNECTION},
|
CURLHELP_CONNECTION},
|
||||||
{"-l, --list-only",
|
{"-l, --list-only",
|
||||||
"List only mode",
|
"List only mode",
|
||||||
CURLHELP_FTP | CURLHELP_POP3},
|
CURLHELP_FTP | CURLHELP_POP3 | CURLHELP_SFTP},
|
||||||
{" --local-port <num/range>",
|
{" --local-port <num/range>",
|
||||||
"Force use of RANGE for local port numbers",
|
"Force use of RANGE for local port numbers",
|
||||||
CURLHELP_CONNECTION},
|
CURLHELP_CONNECTION},
|
||||||
|
@ -762,8 +762,8 @@ const struct helptxt helptext[] = {
|
||||||
{" --trace-ascii <file>",
|
{" --trace-ascii <file>",
|
||||||
"Like --trace, but without hex output",
|
"Like --trace, but without hex output",
|
||||||
CURLHELP_VERBOSE},
|
CURLHELP_VERBOSE},
|
||||||
{" --trace-config",
|
{" --trace-config <string>",
|
||||||
"Configure which details to log in trace/verbose output",
|
"Details to log in trace/verbose output",
|
||||||
CURLHELP_VERBOSE},
|
CURLHELP_VERBOSE},
|
||||||
{" --trace-ids",
|
{" --trace-ids",
|
||||||
"Add transfer and connection identifiers to trace/verbose output",
|
"Add transfer and connection identifiers to trace/verbose output",
|
||||||
|
@ -792,7 +792,7 @@ const struct helptxt helptext[] = {
|
||||||
{"-A, --user-agent <name>",
|
{"-A, --user-agent <name>",
|
||||||
"Send User-Agent <name> to server",
|
"Send User-Agent <name> to server",
|
||||||
CURLHELP_IMPORTANT | CURLHELP_HTTP},
|
CURLHELP_IMPORTANT | CURLHELP_HTTP},
|
||||||
{" --variable <name=text/@file>",
|
{" --variable <[%]name=text/@file>",
|
||||||
"Set variable",
|
"Set variable",
|
||||||
CURLHELP_CURL},
|
CURLHELP_CURL},
|
||||||
{"-v, --verbose",
|
{"-v, --verbose",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user