From d4520fb13b45e431c7c6c38716b626534bc30bd5 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Fri, 2 Dec 2005 14:50:23 +0000 Subject: Document the new options --- pod/urpmi.8.pod | 10 ++++++++++ pod/urpmi.addmedia.8.pod | 10 ++++++++++ pod/urpmi.cfg.5.pod | 12 ++++++++++++ pod/urpmi.update.8.pod | 20 +++++++++++++++----- pod/urpmq.8.pod | 10 ++++++++++ 5 files changed, 57 insertions(+), 5 deletions(-) (limited to 'pod') diff --git a/pod/urpmi.8.pod b/pod/urpmi.8.pod index 58146e91..fd79ee4c 100644 --- a/pod/urpmi.8.pod +++ b/pod/urpmi.8.pod @@ -185,6 +185,16 @@ is used if available, or wget instead. Use curl for downloading distant files. By default curl is used if available, or wget instead. +=item B<--curl-options> I<'options'> + +=item B<--rsync-options> I<'options'> + +=item B<--wget-options> I<'options'> + +Specify additional command-line options to be passed to curl, rsync or +wget when retrieving files. If several options are to be passed, separate +them with spaces and enclose them in quotes. + =item B<--limit-rate I> Try to limit the download speed, I is given in bytes/sec. This diff --git a/pod/urpmi.addmedia.8.pod b/pod/urpmi.addmedia.8.pod index 48fe6d47..e624f115 100644 --- a/pod/urpmi.addmedia.8.pod +++ b/pod/urpmi.addmedia.8.pod @@ -83,6 +83,16 @@ available. Use curl only for downloading distant files. This is the default if curl is available. +=item B<--curl-options> I<'options'> + +=item B<--rsync-options> I<'options'> + +=item B<--wget-options> I<'options'> + +Specify additional command-line options to be passed to curl, rsync or +wget when retrieving files. If several options are to be passed, separate +them with spaces and enclose them in quotes. + =item B<--limit-rate I> Try to limit the download speed, I is given in bytes/sec. This option diff --git a/pod/urpmi.cfg.5.pod b/pod/urpmi.cfg.5.pod index dac2fcb5..e658e896 100644 --- a/pod/urpmi.cfg.5.pod +++ b/pod/urpmi.cfg.5.pod @@ -29,6 +29,10 @@ Same as specifying B<--allow-force> for urpmi, disabled by default. Same as specifying B<--allow-nodeps> for urpmi, disabled by default. +=item B + +Additional options to pass to B when downloading files. + =item B Specify which download program to use: B or B. @@ -93,6 +97,10 @@ like B dependencies). Specify how many times the downloader should retry in case of non-permanent errors. +=item B + +Additional options to pass to B when downloading files. + =item B Same as B<--split-length> for urpmi. This option allows to control the @@ -119,6 +127,10 @@ Same as B<--verify-rpm> for urpmi. Enable or disable signature checking for all the other boolean options) : C or C or C or C. +=item B + +Additional options to pass to B when downloading files. + =back =head1 MEDIUM DESCRIPTION diff --git a/pod/urpmi.update.8.pod b/pod/urpmi.update.8.pod index 186d8dc5..21c51f35 100644 --- a/pod/urpmi.update.8.pod +++ b/pod/urpmi.update.8.pod @@ -15,11 +15,6 @@ urpmi.update scans the specified urpmi media to update their package list. =over -=item B<--curl> - -Use curl for downloading distant -files. By default curl is used if available, or wget instead. - =item B<--force-key> Force update of GPG key. @@ -57,11 +52,26 @@ username and a password. Use only update media. +=item B<--curl> + +Use curl for downloading distant +files. By default curl is used if available, or wget instead. + =item B<--wget> Use wget for downloading distant files. By default curl is used if available, or wget instead. +=item B<--curl-options> I<'options'> + +=item B<--rsync-options> I<'options'> + +=item B<--wget-options> I<'options'> + +Specify additional command-line options to be passed to curl, rsync or +wget when retrieving files. If several options are to be passed, separate +them with spaces and enclose them in quotes. + =item B<-a> Select all media that are not using a removable device to update them. diff --git a/pod/urpmq.8.pod b/pod/urpmq.8.pod index 653b62c8..db9aadae 100644 --- a/pod/urpmq.8.pod +++ b/pod/urpmq.8.pod @@ -142,6 +142,16 @@ is used if available, or wget instead. Use curl for downloading distant files. By default curl is used if available, or wget instead. +=item B<--curl-options> I<'options'> + +=item B<--rsync-options> I<'options'> + +=item B<--wget-options> I<'options'> + +Specify additional command-line options to be passed to curl, rsync or +wget when retrieving files. If several options are to be passed, separate +them with spaces and enclose them in quotes. + =item B<--proxy> I Use specified HTTP proxy. -- cgit v1.2.1