summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/pacman/pacman.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pacman/pacman.c b/src/pacman/pacman.c
index f98c9a4a..7b19162c 100644
--- a/src/pacman/pacman.c
+++ b/src/pacman/pacman.c
@@ -176,6 +176,8 @@ static void usage(int op, const char * const myname)
printf("%s: %s {-T --deptest} [%s] [%s]\n", str_usg, myname, str_opt, str_pkg);
printf("%s:\n", str_opt);
} else if(op == PM_OP_FILES) {
+ printf("%s: %s {-F --files} [%s] [%s]\n", str_usg, myname, str_opt, str_file);
+ printf("%s:\n", str_opt);
addlist(_(" -l, --list list the files owned by the queried package\n"));
addlist(_(" -q, --quiet show less information for query and search\n"));
addlist(_(" -x, --regex enable searching using regular expressions\n"));