summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPatrick Eigensatz <patrickeigensatz@gmail.com>2016-10-07 21:45:07 +0200
committerAllan McRae <allan@archlinux.org>2016-12-05 06:20:08 +0100
commit46324d9b26bd4bf5624dd8743bcd2b8f9dc5616d (patch)
treeb62d71fa70d571252cd5cc24133fa5e24509d7f8 /doc
parente83e868a77865d42a33076605f9a90a165f7c93a (diff)
downloadpacman-46324d9b26bd4bf5624dd8743bcd2b8f9dc5616d.tar.gz
pacman-46324d9b26bd4bf5624dd8743bcd2b8f9dc5616d.tar.xz
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 <patrick.eigensatz@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/pacman.8.txt6
1 files changed, 5 insertions, 1 deletions
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*::