From 461f2dad25d7ebea70b250c1f360360234a1c867 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 14 Jun 2007 16:07:26 +0000 Subject: - urpmf o add option --use-distrib --- urpmf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'urpmf') 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, -- cgit v1.2.1