xf.li | 6c8fc1e | 2023-08-12 00:11:09 -0700 | [diff] [blame] | 1 | c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. |
| 2 | SPDX-License-Identifier: curl |
| 3 | Short: # |
| 4 | Long: progress-bar |
| 5 | Help: Display transfer progress as a bar |
| 6 | Category: verbose |
| 7 | Example: -# -O $URL |
| 8 | Added: 5.10 |
| 9 | See-also: styled-output |
| 10 | Multi: boolean |
| 11 | --- |
| 12 | Make curl display transfer progress as a simple progress bar instead of the |
| 13 | standard, more informational, meter. |
| 14 | |
| 15 | This progress bar draws a single line of '#' characters across the screen and |
| 16 | shows a percentage if the transfer size is known. For transfers without a |
| 17 | known size, there will be space ship (-=o=-) that moves back and forth but |
| 18 | only while data is being transferred, with a set of flying hash sign symbols on |
| 19 | top. |
| 20 | |
| 21 | This option is global and does not need to be specified for each use of |
| 22 | --next. |