summaryrefslogtreecommitdiffstats
path: root/urpmf
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-06-14 16:07:26 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-06-14 16:07:26 +0000
commit461f2dad25d7ebea70b250c1f360360234a1c867 (patch)
treeda1d10b8c4fc0418371a9abd123c466b11891e57 /urpmf
parent3e87709832b4cdfabca3a353a43b75ba86e5a772 (diff)
downloadurpmi-461f2dad25d7ebea70b250c1f360360234a1c867.tar
urpmi-461f2dad25d7ebea70b250c1f360360234a1c867.tar.gz
urpmi-461f2dad25d7ebea70b250c1f360360234a1c867.tar.bz2
urpmi-461f2dad25d7ebea70b250c1f360360234a1c867.tar.xz
urpmi-461f2dad25d7ebea70b250c1f360360234a1c867.zip
- urpmf
o add option --use-distrib
Diffstat (limited to 'urpmf')
-rwxr-xr-xurpmf2
1 files changed, 2 insertions, 0 deletions
diff --git a/urpmf b/urpmf
index 7edee6a0..1b553461 100755
--- a/urpmf
+++ b/urpmf
@@ -40,6 +40,7 @@ usage: urpmf [options] pattern-expression
") . N(" --urpmi-root - use another root for urpmi db & rpm installation.
") . N(" --media - use only the given media, separated by comma.
") . N(" --sortmedia - sort media according to substrings separated by comma.
+") . N(" --use-distrib - use the given path to access media
") . N(" --synthesis - use the given synthesis instead of urpmi db.
") . N(" --uniq - do not print identical lines twice.
") . N(" --update - use only update media.
@@ -212,6 +213,7 @@ urpm::media::configure($urpm,
excludemedia => $excludemedia,
sortmedia => $sortmedia,
synthesis => $synthesis,
+ usedistrib => $urpm::args::options{usedistrib},
update => $update,
callback => $callback,
need_hdlist => $need_hdlist,