summaryrefslogtreecommitdiffstats
path: root/urpmi
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-12-02 14:50:23 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-12-02 14:50:23 +0000
commitd4520fb13b45e431c7c6c38716b626534bc30bd5 (patch)
tree41af2780e3eede14a95ca8b48fcfc94e2105e3ef /urpmi
parentee6321411cb4993bb4d165653e7b032247d2d379 (diff)
downloadurpmi-d4520fb13b45e431c7c6c38716b626534bc30bd5.tar
urpmi-d4520fb13b45e431c7c6c38716b626534bc30bd5.tar.gz
urpmi-d4520fb13b45e431c7c6c38716b626534bc30bd5.tar.bz2
urpmi-d4520fb13b45e431c7c6c38716b626534bc30bd5.tar.xz
urpmi-d4520fb13b45e431c7c6c38716b626534bc30bd5.zip
Document the new options
Diffstat (limited to 'urpmi')
-rwxr-xr-xurpmi3
1 files changed, 3 insertions, 0 deletions
diff --git a/urpmi b/urpmi
index 92dff332..ee0cf17a 100755
--- a/urpmi
+++ b/urpmi
@@ -109,6 +109,9 @@ usage:
to install a chroot with --root option.
") . N(" --wget - use wget to retrieve distant files.
") . N(" --curl - use curl to retrieve distant files.
+") . N(" --curl-options - additional options to pass to curl
+") . N(" --rsync-options- additional options to pass to rsync
+") . N(" --wget-options - additional options to pass to wget
") . N(" --limit-rate - limit the download speed.
") . N(" --resume - resume transfer of partially-downloaded files
(--no-resume disables it, default is disabled).