mirror of
https://github.com/curl/curl.git
synced 2026-05-03 10:47:56 +03:00
See MANPAGE.md for the description of how this works. Each command line option is now described in a separate .d file.
12 lines
402 B
D
12 lines
402 B
D
Short: #
|
|
Long: progress-bar
|
|
Tags:
|
|
Protocols:
|
|
---
|
|
Make curl display transfer progress as a simple progress bar instead of the
|
|
standard, more informational, meter.
|
|
|
|
This progress bar draws a single line of '#' characters across the screen and
|
|
shows a percentage if the transfer size is known. For transfers without a
|
|
known size, it will instead output one '#' character for every 1024 bytes
|
|
transferred.
|