summaryrefslogtreecommitdiffstats
path: root/urpme
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2006-11-30 10:17:07 +0000
committerPascal Rigaux <pixel@mandriva.com>2006-11-30 10:17:07 +0000
commit4746ca145de9f13ec01c68472d6a78798905d6c7 (patch)
tree23c8d32e7b48112228ee5988cee974278845e07e /urpme
parentb01e58f7a21a9ec6371562029989b46b7f95fe72 (diff)
downloadurpmi-4746ca145de9f13ec01c68472d6a78798905d6c7.tar
urpmi-4746ca145de9f13ec01c68472d6a78798905d6c7.tar.gz
urpmi-4746ca145de9f13ec01c68472d6a78798905d6c7.tar.bz2
urpmi-4746ca145de9f13ec01c68472d6a78798905d6c7.tar.xz
urpmi-4746ca145de9f13ec01c68472d6a78798905d6c7.zip
simplify
Diffstat (limited to 'urpme')
-rw-r--r--urpme2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpme b/urpme
index 1ba39963..c1432a50 100644
--- a/urpme
+++ b/urpme
@@ -48,6 +48,7 @@ usage:
") . N(" --parallel - distributed urpmi across machines of alias.
") . N(" --repackage - Re-package the files before erasing
") . N(" --root - use another root for rpm removal.
+") . N(" --urpmi-root - use another root for urpmi db & rpm installation.
") . 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.
@@ -87,7 +88,6 @@ unless ($test) {
my $_urpmi_lock = urpm::lock::urpmi_db($urpm);
urpm::media::configure($urpm,
synthesis => ($parallel ? 'none' : ''),
- root => $urpm->{root},
parallel => $parallel,
probe_with => $options{probe_with},
usedistrib => $options{usedistrib},