I saw you updated the git repo, thank you :) However looking again at it I noticed a mistake in the documentation: +*-q, \--quiet*:: + Apply to '-q' or '--quiet' to suppress messages on successful + completion of database operations. It should obviously say: "Apply to '-k' or --check'" and not "Apply to '-q' or '--quiet'" I will write a patch for this as soon as possible. Patrick Allan McRae <allan@archlinux.org> schrieb am Fr., 2. Dez. 2016, 07:01: On 08/10/16 05:45, Patrick Eigensatz wrote:
'pacman -Dk' prints a "success!" message if there were no errors. It is possible to suppress the output using the '-q / --quiet' flag.
This implements the feature discussed at https://bugs.archlinux.org/task/50087
Signed-off-by: Patrick Eigensatz <patrick.eigensatz@gmail.com> ---
OK - I changed the description of -q a bit to not just include database checks. I have committed a second patch to allow -q suppress success output of --asdeps and --asexplicit. A