blob: 11e95b45ec8b35d39a4b9e02d6b716f08fa24316 [file] [log] [blame]
yuezonghe824eb0c2024-06-27 02:32:26 -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.