aboutsummaryrefslogtreecommitdiff
path: root/docs/cmdline-opts
diff options
context:
space:
mode:
Diffstat (limited to 'docs/cmdline-opts')
-rw-r--r--docs/cmdline-opts/no-progress-meter.d10
-rw-r--r--docs/cmdline-opts/progress-meter.d8
2 files changed, 10 insertions, 8 deletions
diff --git a/docs/cmdline-opts/no-progress-meter.d b/docs/cmdline-opts/no-progress-meter.d
new file mode 100644
index 000000000..aff0717d3
--- /dev/null
+++ b/docs/cmdline-opts/no-progress-meter.d
@@ -0,0 +1,10 @@
+Long: no-progress-meter
+Help: Do not show the progress meter
+See-also: verbose silent
+Added: 7.67.0
+---
+Option to switch off the progress meter output without muting or otherwise
+affecting warning and informational messages like --silent does.
+
+Note that this is the negated option name documented. You can thus use
+--progress-meter to enable the progress meter again.
diff --git a/docs/cmdline-opts/progress-meter.d b/docs/cmdline-opts/progress-meter.d
deleted file mode 100644
index 3befb0ca0..000000000
--- a/docs/cmdline-opts/progress-meter.d
+++ /dev/null
@@ -1,8 +0,0 @@
-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.