diff options
-rwxr-xr-x | urpmi.addmedia | 1 | ||||
-rwxr-xr-x | urpmi.update | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/urpmi.addmedia b/urpmi.addmedia index a5c25cde..1678e9c5 100755 --- a/urpmi.addmedia +++ b/urpmi.addmedia @@ -56,6 +56,7 @@ and [options] are from ") . N(" --curl - use curl to retrieve distant files. ") . N(" --prozilla - use prozilla to retrieve distant files. ") . N(" --aria2 - use aria2 to retrieve distant files. +") . N(" --metalink - generate and use a local metalink. ") . N(" --limit-rate - limit the download speed. ") . N(" --proxy - use specified HTTP proxy, the port number is assumed to be 1080 by default (format is <proxyhost[:port]>). diff --git a/urpmi.update b/urpmi.update index 6c2e6e83..a1c57e44 100755 --- a/urpmi.update +++ b/urpmi.update @@ -33,6 +33,8 @@ where <name> is a medium name to update. ") . N(" --wget - use wget to retrieve distant files. ") . N(" --curl - use curl to retrieve distant files. ") . N(" --prozilla - use prozilla to retrieve distant files. +") . N(" --aria2 - use aria2 to retrieve distant files. +") . N(" --metalink - generate and use a local metalink. ") . N(" --limit-rate - limit the download speed. ") . N(" --proxy - use specified HTTP proxy, the port number is assumed to be 1080 by default (format is <proxyhost[:port]>). |