1
0
mirror of https://github.com/moparisthebest/curl synced 2024-11-10 19:45:04 -05:00
curl/docs/cmdline-opts/progress-meter.d
Daniel Stenberg 93373a960c
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
2019-10-08 20:56:17 +02:00

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.