From 46324d9b26bd4bf5624dd8743bcd2b8f9dc5616d Mon Sep 17 00:00:00 2001 From: Patrick Eigensatz Date: Fri, 7 Oct 2016 21:45:07 +0200 Subject: Give a "success!" message on database check '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 Signed-off-by: Allan McRae --- doc/pacman.8.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/pacman.8.txt b/doc/pacman.8.txt index 0fa727e8..829b43c4 100644 --- a/doc/pacman.8.txt +++ b/doc/pacman.8.txt @@ -456,7 +456,7 @@ Database Options (apply to '-D')[[QO]] package installed even when it was initially installed as a dependency of another package. -*-k \--check*:: +*-k, \--check*:: Check the local package database is internally consistent. This will check all required files are present and that installed packages have the required dependencies, do not conflict and that multiple packages @@ -464,6 +464,10 @@ Database Options (apply to '-D')[[QO]] a check on the sync databases to ensure all specified dependencies are available. +*-q, \--quiet*:: + Apply to '-q' or '--quiet' to suppress messages on successful + completion of database operations. + File Options (apply to '-F')[[FO]] ---------------------------------- *-y, --refresh*:: -- cgit v1.2.3-24-g4f1b