From 0f539832f45fa2c183cfe52c1881b3acaa54e3e6 Mon Sep 17 00:00:00 2001 From: Chantry Xavier Date: Sun, 15 Jul 2007 00:44:06 +0200 Subject: new query options : explicit (-Qe) and deps (-Qd). The t shortcut for --test was removed, the orphan option (previously -Qe) was renamed to -Qt, -Qe lists all packages installed explictly, and -Qd lists all packages installed as dependencies. Besides, t can be combined with either e or d. Signed-off-by: Chantry Xavier --- src/pacman/conf.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/pacman/conf.h') diff --git a/src/pacman/conf.h b/src/pacman/conf.h index 60c116ad..4acf9072 100644 --- a/src/pacman/conf.h +++ b/src/pacman/conf.h @@ -41,6 +41,8 @@ typedef struct __config_t { unsigned short op_q_list; unsigned short op_q_foreign; unsigned short op_q_orphans; + unsigned short op_q_deps; + unsigned short op_q_explicit; unsigned short op_q_owns; unsigned short op_q_search; unsigned short op_q_changelog; -- cgit v1.2.3-24-g4f1b