mirror of
https://github.com/curl/curl.git
synced 2026-08-13 15:40:52 +03:00
curl: --no-progress-meter
New option that allows a user to ONLY switch off curl's progress meter and leave everything else in "talkative" mode. Reported-by: Piotr Komborski Fixes #4422 Closes #4470
This commit is contained in:
parent
67bb7926ed
commit
93373a960c
3 changed files with 21 additions and 5 deletions
|
|
@ -295,6 +295,8 @@ 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