diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2006-11-24 19:08:01 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2006-11-24 19:08:01 +0000 |
commit | fd0896023c12ea77e9c355bc11b8d78cd2bff5f4 (patch) | |
tree | 241fac5e13b4768d4a06e1126d182e67cbb1aa94 /urpme | |
parent | 4f3d92adb97d089521b4e62346d9034bf292f2bd (diff) | |
download | urpmi-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-- | urpme | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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, ); |