blob: 11e95b45ec8b35d39a4b9e02d6b716f08fa24316 [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001Short: #
2Long: progress-bar
3Help: Display transfer progress as a bar
4---
5Make curl display transfer progress as a simple progress bar instead of the
6standard, more informational, meter.
7
8This progress bar draws a single line of '#' characters across the screen and
9shows a percentage if the transfer size is known. For transfers without a
10known size, it will instead output one '#' character for every 1024 bytes
11transferred.