diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-12-02 14:50:23 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-12-02 14:50:23 +0000 |
commit | d4520fb13b45e431c7c6c38716b626534bc30bd5 (patch) | |
tree | 41af2780e3eede14a95ca8b48fcfc94e2105e3ef /pod/urpmi.update.8.pod | |
parent | ee6321411cb4993bb4d165653e7b032247d2d379 (diff) | |
download | urpmi-d4520fb13b45e431c7c6c38716b626534bc30bd5.tar urpmi-d4520fb13b45e431c7c6c38716b626534bc30bd5.tar.gz urpmi-d4520fb13b45e431c7c6c38716b626534bc30bd5.tar.bz2 urpmi-d4520fb13b45e431c7c6c38716b626534bc30bd5.tar.xz urpmi-d4520fb13b45e431c7c6c38716b626534bc30bd5.zip |
Document the new options
Diffstat (limited to 'pod/urpmi.update.8.pod')
-rw-r--r-- | pod/urpmi.update.8.pod | 20 |
1 files changed, 15 insertions, 5 deletions
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. |