summaryrefslogtreecommitdiffstats
path: root/src/pacman/conf.h
diff options
context:
space:
mode:
authorChantry Xavier <shiningxc@gmail.com>2008-01-10 15:59:43 +0100
committerDan McGee <dan@archlinux.org>2008-01-11 05:58:19 +0100
commitaec7c13648179e6d77d1fea9233e35fb9f9d1e05 (patch)
tree93bebd083f9a8d333a43cb8baf1e4dce3514b39a /src/pacman/conf.h
parentabd14fdac0c6ab834b0bbeb423e7a8f5a3978b87 (diff)
downloadpacman-aec7c13648179e6d77d1fea9233e35fb9f9d1e05.tar.gz
pacman-aec7c13648179e6d77d1fea9233e35fb9f9d1e05.tar.xz
Rename -t --orphans to -t --unrequired (FS#9144).
It turns out the orphan name was misleading. Real orphans are packages installed as dependency no longer required by any others (-Qtd). The -t option only shows package not required by any others, so --unrequired describes it better. Signed-off-by: Chantry Xavier <shiningxc@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'src/pacman/conf.h')
-rw-r--r--src/pacman/conf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pacman/conf.h b/src/pacman/conf.h
index f3631ae1..f804f560 100644
--- a/src/pacman/conf.h
+++ b/src/pacman/conf.h
@@ -44,7 +44,7 @@ typedef struct __config_t {
unsigned short op_q_info;
unsigned short op_q_list;
unsigned short op_q_foreign;
- unsigned short op_q_orphans;
+ unsigned short op_q_unrequired;
unsigned short op_q_deps;
unsigned short op_q_explicit;
unsigned short op_q_owns;