diff options
author | jbj <devnull@localhost> | 2002-08-13 16:36:44 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-08-13 16:36:44 +0000 |
commit | 9b29055f422cd5f2aeff27b6c80e7c83317920c9 (patch) | |
tree | d517b5460cb1d8a058634455533ffee2d14e1750 /lib/poptI.c | |
parent | f34283307b084d1baf8ac598d2053f914fd0ce3f (diff) | |
download | rpm-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.c | 4 |
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"), |