summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2019-10-07 14:54:35 +0200
committerDaniel Stenberg <daniel@haxx.se>2019-10-08 20:56:17 +0200
commit93373a960c3bb45def7640bc775743dd8bec71c7 (patch)
tree2e5257ee5c36a1f09027c8a0a46eabdfda4f764a /docs
parent67bb7926edb062aac9fa844e02026ea7210dfa9d (diff)
downloadcurl-93373a960c3bb45def7640bc775743dd8bec71c7.tar.gz
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
Diffstat (limited to 'docs')
-rw-r--r--docs/cmdline-opts/progress-meter.d8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/cmdline-opts/progress-meter.d b/docs/cmdline-opts/progress-meter.d
new file mode 100644
index 000000000..3befb0ca0
--- /dev/null
+++ b/docs/cmdline-opts/progress-meter.d
@@ -0,0 +1,8 @@
+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.