diff options
author | Andrew Gregory <andrew.gregory.8@gmail.com> | 2013-04-02 19:53:45 -0400 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2013-04-09 11:51:46 +1000 |
commit | 95c68d26ef1fe9ccf7eafc1be4205964255c7f3f (patch) | |
tree | 25b2da2bd1a9be8837135efd3be7a728e8fee866 | |
parent | 0f486adfec6d44f7578e526379078231aa300601 (diff) | |
download | pacman-95c68d26ef1fe9ccf7eafc1be4205964255c7f3f.tar.xz |
pacman: add -Qkk to usage() help
Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com>
Signed-off-by: Allan McRae <allan@archlinux.org>
-rw-r--r-- | src/pacman/pacman.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pacman/pacman.c b/src/pacman/pacman.c index 36244a08..82f117bc 100644 --- a/src/pacman/pacman.c +++ b/src/pacman/pacman.c @@ -138,7 +138,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")); |