diff options
author | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2023-01-21 09:49:20 +0000 |
---|---|---|
committer | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2023-01-21 09:53:40 +0000 |
commit | dfe0f42dcbc3838a2d0807705d411e6411d350f0 (patch) | |
tree | 9911cba2590f5b74e9e2497462bddd1ca92db88f /pod/8/urpmi.update.pod | |
parent | 411c99a99c18906d4204874a920980b9037c8658 (diff) | |
download | urpmi-dfe0f42dcbc3838a2d0807705d411e6411d350f0.tar urpmi-dfe0f42dcbc3838a2d0807705d411e6411d350f0.tar.gz urpmi-dfe0f42dcbc3838a2d0807705d411e6411d350f0.tar.bz2 urpmi-dfe0f42dcbc3838a2d0807705d411e6411d350f0.tar.xz urpmi-dfe0f42dcbc3838a2d0807705d411e6411d350f0.zip |
Prefer wget to curl as the default downloader (mga#24362)
Diffstat (limited to 'pod/8/urpmi.update.pod')
-rw-r--r-- | pod/8/urpmi.update.pod | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pod/8/urpmi.update.pod b/pod/8/urpmi.update.pod index 765f78c8..efd80472 100644 --- a/pod/8/urpmi.update.pod +++ b/pod/8/urpmi.update.pod @@ -75,12 +75,12 @@ Verbose mode. =item B<--curl> Use curl for downloading distant -files. By default curl is used if available, or wget instead. +files. By default wget is used if available, or curl instead. =item B<--wget> -Use wget for downloading distant files. By default curl -is used if available, or wget instead. +Use wget for downloading distant files. By default wget +is used if available, or curl instead. =item B<--curl-options> I<'options'> |