1 c: Copyright (C) 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 Scope: global 12 --- 13 Make curl display transfer progress as a simple progress bar instead of the 14 standard, more informational, meter. 15 16 This progress bar draws a single line of '#' characters across the screen and 17 shows a percentage if the transfer size is known. For transfers without a 18 known size, there is a space ship (-=o=-) that moves back and forth but only 19 while data is being transferred, with a set of flying hash sign symbols on 20 top. 21