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
|
||||
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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user