mirror of
https://github.com/curl/curl.git
synced 2025-02-05 14:30:10 +08:00
9f488fac18
Mention options that are "global". A global command line option is one that doesn't get reset at --next uses and therefore don't need to be used again. Reported-by: Josh Soref Fixes #7457 Closes #7510
17 lines
598 B
D
17 lines
598 B
D
Short: #
|
|
Long: progress-bar
|
|
Help: Display transfer progress as a bar
|
|
Category: verbose
|
|
---
|
|
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, there will be space ship (-=o=-) that moves back and forth but
|
|
only while data is being transferred, with a set of flying hash sign symbols on
|
|
top.
|
|
|
|
This option is global and does not need to be specified for each use of
|
|
--next.
|