summaryrefslogtreecommitdiffstats
path: root/urpmi
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@mandriva.com>2009-10-13 16:59:57 +0000
committerChristophe Fergeau <cfergeau@mandriva.com>2009-10-13 16:59:57 +0000
commitc023fc2aa7039577670782d628906090980a3c8d (patch)
tree4ce3285caa1e5f3198b765f9342e41f3dd8e0bc0 /urpmi
parent83bd67e9ed8ea3aa5c2ecae387e80705a2e8310c (diff)
downloadurpmi-c023fc2aa7039577670782d628906090980a3c8d.tar
urpmi-c023fc2aa7039577670782d628906090980a3c8d.tar.gz
urpmi-c023fc2aa7039577670782d628906090980a3c8d.tar.bz2
urpmi-c023fc2aa7039577670782d628906090980a3c8d.tar.xz
urpmi-c023fc2aa7039577670782d628906090980a3c8d.zip
add --download-all options to enable downloading of all packages before install
Diffstat (limited to 'urpmi')
-rwxr-xr-xurpmi1
1 files changed, 1 insertions, 0 deletions
diff --git a/urpmi b/urpmi
index de0a29a0..97b06882 100755
--- a/urpmi
+++ b/urpmi
@@ -121,6 +121,7 @@ usage:
") . N(" --use-distrib - configure urpmi on the fly from a distrib tree, useful
to install a chroot with --root option.
") . N(" --metalink - generate and use a local metalink.
+") . N(" --download-all - download all needed packages before trying to install them
") . N(" --downloader - program to use to retrieve distant files.
known programs: %s
", join(', ', urpm::download::ftp_http_downloaders()))