mirror of
https://github.com/moparisthebest/curl
synced 2024-11-10 19:45:04 -05:00
93373a960c
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
9 lines
272 B
Makefile
9 lines
272 B
Makefile
Long: progress-meter
|
|
Help: Show the progress meter
|
|
See-also: verbose silent
|
|
Added: 7.67.0
|
|
---
|
|
Option to only switch the progress meter output on or off (with
|
|
--no-progress-meter) without muting or otherwise affecting warning and
|
|
informational messages like --silent does.
|