diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-06-14 16:07:26 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-06-14 16:07:26 +0000 |
commit | 461f2dad25d7ebea70b250c1f360360234a1c867 (patch) | |
tree | da1d10b8c4fc0418371a9abd123c466b11891e57 /urpmf | |
parent | 3e87709832b4cdfabca3a353a43b75ba86e5a772 (diff) | |
download | urpmi-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-x | urpmf | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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, |