blob: 9a298c44cc9ff00aa531e5685ee6c535280d84bd [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
2SPDX-License-Identifier: curl
3Long: no-progress-meter
4Help: Do not show the progress meter
5See-also: verbose silent
6Added: 7.67.0
7Category: verbose
8Example: --no-progress-meter -o store $URL
9Multi: boolean
10---
11Option to switch off the progress meter output without muting or otherwise
12affecting warning and informational messages like --silent does.
13
14Note that this is the negated option name documented. You can thus use
15--progress-meter to enable the progress meter again.