summaryrefslogtreecommitdiffstats
path: root/pod
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@mandriva.com>2009-10-15 17:12:03 +0000
committerChristophe Fergeau <cfergeau@mandriva.com>2009-10-15 17:12:03 +0000
commit64f60e96cd8b895cfd908d030d5e6d482b53b98f (patch)
treec3c38c120ff99a6aa547f1bd410bf23e08b19f0e /pod
parent6381a6079098697ddaba5ff6810a2e87658bca26 (diff)
downloadurpmi-64f60e96cd8b895cfd908d030d5e6d482b53b98f.tar
urpmi-64f60e96cd8b895cfd908d030d5e6d482b53b98f.tar.gz
urpmi-64f60e96cd8b895cfd908d030d5e6d482b53b98f.tar.bz2
urpmi-64f60e96cd8b895cfd908d030d5e6d482b53b98f.tar.xz
urpmi-64f60e96cd8b895cfd908d030d5e6d482b53b98f.zip
allow to define the cache directory for RPMs when setting --download-all
Diffstat (limited to 'pod')
-rw-r--r--pod/urpmi.8.pod5
1 files changed, 3 insertions, 2 deletions
diff --git a/pod/urpmi.8.pod b/pod/urpmi.8.pod
index 287c462e..d4ae0c60 100644
--- a/pod/urpmi.8.pod
+++ b/pod/urpmi.8.pod
@@ -257,12 +257,13 @@ Configure urpmi on the fly from a distrib tree, useful to install a chroot
with the B<--root> option. See the description of the B<--distrib> option
in the C<urpmi.addmedia> manpage.
-=item B<--download-all>
+=item B<--download-all> I<dest-dir>
By default, urpmi will download packages when they are needed. This can be
problematic when connection failures happen during a big upgrade. When this
option is set, urpmi will first download all the needed packages and proceed
-to install them if it managed to download them all.
+to install them if it managed to download them all. You can optionally
+specify a directory where the files should be downloaded (default is /var/cache/urpmi which could be too small to hold all the files).
=item B<--downloader> I<program name>