summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndrew Gregory <andrew.gregory.8@gmail.com>2015-11-02 02:42:00 +0100
committerAllan McRae <allan@archlinux.org>2015-11-04 05:50:57 +0100
commit556c56d4d573655023bb26c47c57fddbb1a36477 (patch)
tree82a30aa33a737828e9a93790d920d61f8e73d65d /src
parent6eac7258cd3ae1cb63e59fceb68cc5d144a9dd4f (diff)
downloadpacman-556c56d4d573655023bb26c47c57fddbb1a36477.tar.gz
pacman-556c56d4d573655023bb26c47c57fddbb1a36477.tar.xz
add --quiet to -Fh
Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'src')
-rw-r--r--src/pacman/pacman.c1
1 files changed, 1 insertions, 0 deletions
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 <file> query the package that owns <file>\n"));
+ addlist(_(" -q, --quiet show less information for query and search\n"));
addlist(_(" -s, --search <file> 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"