diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-01-17 11:39:12 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-01-17 11:39:12 +0000 |
commit | af7637f44d8b40f1945607f12f1b066a54dc6a8b (patch) | |
tree | 39c0ba637befefc59c968e2b0dbc2243e409b4b1 /pod/urpmi.8.pod | |
parent | 28e1e09b989001e7af04ec8180a5cb380be02586 (diff) | |
download | urpmi-af7637f44d8b40f1945607f12f1b066a54dc6a8b.tar urpmi-af7637f44d8b40f1945607f12f1b066a54dc6a8b.tar.gz urpmi-af7637f44d8b40f1945607f12f1b066a54dc6a8b.tar.bz2 urpmi-af7637f44d8b40f1945607f12f1b066a54dc6a8b.tar.xz urpmi-af7637f44d8b40f1945607f12f1b066a54dc6a8b.zip |
- all tools:
o deprecate --curl and --wget in favor of --downloader curl
and --downloader --wget
Diffstat (limited to 'pod/urpmi.8.pod')
-rw-r--r-- | pod/urpmi.8.pod | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/pod/urpmi.8.pod b/pod/urpmi.8.pod index 5acc4190..fbdd52bb 100644 --- a/pod/urpmi.8.pod +++ b/pod/urpmi.8.pod @@ -243,15 +243,10 @@ 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<--wget> +=item B<--downloader> I<program name> -Use wget for downloading distant files via http or ftp. By default curl is -used if available, or wget instead. - -=item B<--curl> - -Use curl for downloading distant files via http or ftp. By default curl is -used if available, or wget instead. +Use a specific program for downloading distant files via http or ftp. +By default curl is used if available, or wget instead. =item B<--curl-options> I<'options'> |