[pacman-dev] [PATCH] Clarify that -Ql prints a file list

Allan McRae allan at archlinux.org
Sun May 25 00:39:01 EDT 2014


FS#40234

Signed-off-by: Allan McRae <allan at archlinux.org>
---
 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 ef86d39..2f0fc2c 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"));
-- 
1.9.3



More information about the pacman-dev mailing list