mirror of
https://github.com/curl/curl.git
synced 2026-08-05 14:56:15 +03:00
docs: document it as --no-progress-meter instead of the reverse
Follow-up to 93373a960c
Reported-by: infinnovation-dev on github
Fixes #4474
Closes #4475
This commit is contained in:
parent
e5594e09f6
commit
9e03faccc3
4 changed files with 15 additions and 11 deletions
10
docs/cmdline-opts/no-progress-meter.d
Normal file
10
docs/cmdline-opts/no-progress-meter.d
Normal file
|
|
@ -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.
|
||||
|
|
@ -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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue