diff options
Diffstat (limited to 'urpmi.addmedia')
-rwxr-xr-x | urpmi.addmedia | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/urpmi.addmedia b/urpmi.addmedia index 1678e9c5..0c6c9d48 100755 --- a/urpmi.addmedia +++ b/urpmi.addmedia @@ -62,7 +62,8 @@ and [options] are from to be 1080 by default (format is <proxyhost[:port]>). ") . N(" --proxy-user - specify user and password to use for proxy authentication (format is <user:password>). -") . N(" --update - create an update medium. +") . N(" --update - create an update medium, + or discard non-update media (when used with --distrib) ") . N(" --xml-info - use the specific policy for downloading xml info files one of: never, on-demand, update-only, always. cf urpmi.cfg(5) ") . N(" --probe-synthesis - use synthesis file. @@ -153,7 +154,7 @@ if ($options{distrib}) { $url, mirrorlist => $options{mirrorlist}, virtual => $options{virtual}, - update => $options{update}, + only_updates => $options{update}, probe_with => $options{probe_with}, nolock => $options{nolock}, ask_media => $add_media_callback, |