From 556c56d4d573655023bb26c47c57fddbb1a36477 Mon Sep 17 00:00:00 2001 From: Andrew Gregory Date: Sun, 1 Nov 2015 20:42:00 -0500 Subject: add --quiet to -Fh Signed-off-by: Andrew Gregory Signed-off-by: Allan McRae --- src/pacman/pacman.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/pacman/pacman.c b/src/pacman/pacman.c index 2ff83db5..94685a74 100644 --- a/src/pacman/pacman.c +++ b/src/pacman/pacman.c @@ -177,6 +177,7 @@ static void usage(int op, const char * const myname) } else if(op == PM_OP_FILES) { addlist(_(" -l, --list list the files owned by the queried package\n")); addlist(_(" -o, --owns query the package that owns \n")); + addlist(_(" -q, --quiet show less information for query and search\n")); addlist(_(" -s, --search search package file names for matching strings\n")); addlist(_(" -x, --regex enable searching using regular expressions\n")); addlist(_(" -y, --refresh download fresh package databases from the server\n" -- cgit v1.2.3-24-g4f1b