mirror of
https://github.com/curl/curl.git
synced 2026-07-30 10:40:08 +03:00
docs: document it as --no-progress-meter instead of the reverse
Follow-up to 93373a960c
Reported-by: infinnovation-dev on github
Fixes #4474
Closes #4475
This commit is contained in:
parent
e5594e09f6
commit
9e03faccc3
4 changed files with 15 additions and 11 deletions
|
|
@ -263,6 +263,8 @@ static const struct helptxt helptext[] = {
|
|||
"Disable TCP keepalive on the connection"},
|
||||
{" --no-npn",
|
||||
"Disable the NPN TLS extension"},
|
||||
{" --no-progress-meter",
|
||||
"Do not show the progress meter"},
|
||||
{" --no-sessionid",
|
||||
"Disable SSL session-ID reusing"},
|
||||
{" --noproxy <no-proxy-list>",
|
||||
|
|
@ -295,8 +297,6 @@ static const struct helptxt helptext[] = {
|
|||
"Use this proxy first"},
|
||||
{"-#, --progress-bar",
|
||||
"Display transfer progress as a bar"},
|
||||
{" --progress-meter",
|
||||
"Show the progress meter"},
|
||||
{" --proto <protocols>",
|
||||
"Enable/disable PROTOCOLS"},
|
||||
{" --proto-default <protocol>",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue