diff options
author | Ivy Foster <escondida@iff.ink> | 2020-04-23 20:12:03 +0200 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2020-04-29 05:57:53 +0200 |
commit | 969e1ab996e79f3e121d0fb3bfd4e91ac7d6f488 (patch) | |
tree | 49868a5b50768c9b3a43f4ff9740529be869f321 /doc | |
parent | 24392223752480b9088321ad0f914118d0346e55 (diff) | |
download | pacman-969e1ab996e79f3e121d0fb3bfd4e91ac7d6f488.tar.gz pacman-969e1ab996e79f3e121d0fb3bfd4e91ac7d6f488.tar.xz |
Add NoProgressbar to pacman.conf options
This is useful for dumb terminals that do not support escape
sequences.
Signed-off-by: Ivy Foster <escondida@iff.ink>
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/pacman.conf.5.asciidoc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/pacman.conf.5.asciidoc b/doc/pacman.conf.5.asciidoc index b297e332..5e4602a0 100644 --- a/doc/pacman.conf.5.asciidoc +++ b/doc/pacman.conf.5.asciidoc @@ -186,6 +186,10 @@ Options *Color*:: Automatically enable colors only when pacman's output is on a tty. +*NoProgressBar*:: + Disables progress bars. This is useful for terminals which do + not support escape characters. + *TotalDownload*:: When downloading, display the amount downloaded, download rate, ETA, and completed percentage of the entire download list rather |