[pacman-dev] [PATCH] pacman: add -Qkk to usage() help

Andrew Gregory andrew.gregory.8 at gmail.com
Tue Apr 2 19:53:45 EDT 2013


Signed-off-by: Andrew Gregory <andrew.gregory.8 at gmail.com>
---
 src/pacman/pacman.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/pacman/pacman.c b/src/pacman/pacman.c
index 916873d..8a39e0a 100644
--- a/src/pacman/pacman.c
+++ b/src/pacman/pacman.c
@@ -139,7 +139,7 @@ static void usage(int op, const char * const myname)
 			addlist(_("  -e, --explicit       list packages explicitly installed [filter]\n"));
 			addlist(_("  -g, --groups         view all members of a package group\n"));
 			addlist(_("  -i, --info           view package information (-ii for backup files)\n"));
-			addlist(_("  -k, --check          check that the files owned by the package(s) are present\n"));
+			addlist(_("  -k, --check          check that package files exist (-kk for file properties)\n"));
 			addlist(_("  -l, --list           list the contents of the queried package\n"));
 			addlist(_("  -m, --foreign        list installed packages not found in sync db(s) [filter]\n"));
 			addlist(_("  -n, --native         list installed packages only found in sync db(s) [filter]\n"));
-- 
1.8.2



More information about the pacman-dev mailing list