summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2014-05-25 14:37:01 +1000
committerAllan McRae <allan@archlinux.org>2014-05-25 14:38:35 +1000
commit4d65332ccdbb462e9fa522b3a4cb59fd4e3f44d3 (patch)
treee91993e15f3cfee6a9314e5d7e6a3329e0f5b926 /src
parent235ce32563031ef5c01d27a4f67cadba37597921 (diff)
downloadpacman-4d65332ccdbb462e9fa522b3a4cb59fd4e3f44d3.tar.xz
Clarify that -Ql prints a file list
FS#40234 Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'src')
-rw-r--r--src/pacman/pacman.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pacman/pacman.c b/src/pacman/pacman.c
index ef86d39a..2f0fc2c0 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(_(" -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 package files exist (-kk for file properties)\n"));
- addlist(_(" -l, --list list the contents of the queried package\n"));
+ addlist(_(" -l, --list list the files owned by 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"));
addlist(_(" -o, --owns <file> query the package that owns <file>\n"));