Setting `NoProgressBar` gives the following warning, even though it seems to be a [supported pacman option](https://gitlab.archlinux.org/pacman/pacman/-/blob/release/6.0.x/doc/pacman.conf.5.asciidoc?ref_type=heads&plain=1#L189): ``` $ pacconf | head warning: config /etc/pacman.conf line 35: unknown option 'NoProgressBar' [options] RootDir = / DBPath = /var/lib/pacman ``` This was discovered because https://github.com/maximbaz/rebuild-detector uses pacconf: https://github.com/maximbaz/rebuild-detector/blob/d9a762b58ac5a8f7e85387ca75512ec18cf87854/checkrebuild#L37-L38