xref: /aosp_15_r20/external/curl/docs/cmdline-opts/no-progress-meter.md (revision 6236dae45794135f37c4eb022389c904c8b0090d)
1---
2c: Copyright (C) Daniel Stenberg, <[email protected]>, et al.
3SPDX-License-Identifier: curl
4Long: no-progress-meter
5Help: Do not show the progress meter
6Added: 7.67.0
7Category: verbose
8Multi: boolean
9See-also:
10  - verbose
11  - silent
12Example:
13  - --no-progress-meter -o store $URL
14---
15
16# `--no-progress-meter`
17
18Option to switch off the progress meter output without muting or otherwise
19affecting warning and informational messages like --silent does.
20
21Note that this is the negated option name documented. You can thus use
22--progress-meter to enable the progress meter again.
23