summaryrefslogtreecommitdiff
path: root/lib/poptI.c
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2002-08-13 16:36:44 +0000
committerjbj <devnull@localhost>2002-08-13 16:36:44 +0000
commit9b29055f422cd5f2aeff27b6c80e7c83317920c9 (patch)
treed517b5460cb1d8a058634455533ffee2d14e1750 /lib/poptI.c
parentf34283307b084d1baf8ac598d2053f914fd0ce3f (diff)
downloadrpm-9b29055f422cd5f2aeff27b6c80e7c83317920c9.tar.gz
rpm-9b29055f422cd5f2aeff27b6c80e7c83317920c9.tar.bz2
rpm-9b29055f422cd5f2aeff27b6c80e7c83317920c9.zip
- supply transitive closure for CLI packages from rpmdb-redhat database.
CVS patchset: 5624 CVS date: 2002/08/13 16:36:44
Diffstat (limited to 'lib/poptI.c')
-rw-r--r--lib/poptI.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/poptI.c b/lib/poptI.c
index f3fc20849..07a90c77f 100644
--- a/lib/poptI.c
+++ b/lib/poptI.c
@@ -147,6 +147,10 @@ struct poptOption rpmInstallPoptTable[] = {
installArgCallback, 0, NULL, NULL },
/*@=type@*/
+ { "aid", '\0', POPT_BIT_SET|POPT_ARGFLAG_DOC_HIDDEN,
+ &rpmIArgs.transFlags, RPMTRANS_FLAG_ADDINDEPS,
+ N_("add suggested packages to transaction"), NULL },
+
{ "allfiles", '\0', POPT_BIT_SET,
&rpmIArgs.transFlags, RPMTRANS_FLAG_ALLFILES,
N_("install all files, even configurations which might otherwise be skipped"),