summaryrefslogtreecommitdiffstats
path: root/urpme
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2006-11-24 19:08:01 +0000
committerPascal Rigaux <pixel@mandriva.com>2006-11-24 19:08:01 +0000
commitfd0896023c12ea77e9c355bc11b8d78cd2bff5f4 (patch)
tree241fac5e13b4768d4a06e1126d182e67cbb1aa94 /urpme
parent4f3d92adb97d089521b4e62346d9034bf292f2bd (diff)
downloadurpmi-fd0896023c12ea77e9c355bc11b8d78cd2bff5f4.tar
urpmi-fd0896023c12ea77e9c355bc11b8d78cd2bff5f4.tar.gz
urpmi-fd0896023c12ea77e9c355bc11b8d78cd2bff5f4.tar.bz2
urpmi-fd0896023c12ea77e9c355bc11b8d78cd2bff5f4.tar.xz
urpmi-fd0896023c12ea77e9c355bc11b8d78cd2bff5f4.zip
simplify (%urpm::args::options is exported)
Diffstat (limited to 'urpme')
-rw-r--r--urpme3
1 files changed, 3 insertions, 0 deletions
diff --git a/urpme b/urpme
index cc8c1f3f..bcedafdf 100644
--- a/urpme
+++ b/urpme
@@ -51,6 +51,8 @@ usage:
") . N(" --noscripts - do not execute package scriptlet(s).
") . N(" --use-distrib - configure urpme on the fly from a distrib tree, useful
to (un)install a chroot with --root option.
+") . N(" --probe-synthesis - use synthesis file.
+") . N(" --probe-hdlist - use hdlist file.
") . N(" -v - verbose mode.
") . N(" -a - select all packages matching expression.
");
@@ -87,6 +89,7 @@ urpm::media::configure($urpm,
synthesis => ($parallel ? 'none' : ''),
root => $root,
parallel => $parallel,
+ probe_with => $options{probe_with},
usedistrib => $usedistrib,
);