summaryrefslogtreecommitdiffstats
path: root/pod
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2006-03-21 15:16:20 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2006-03-21 15:16:20 +0000
commit0a276a327716ff9ec9212ee4a849ca0891a46d8a (patch)
tree0174b148b3de83c7f136c3cfaeec8a1b47c12bf7 /pod
parentd04938890a3019b7ef7052b9d41f005e50f99905 (diff)
downloadurpmi-0a276a327716ff9ec9212ee4a849ca0891a46d8a.tar
urpmi-0a276a327716ff9ec9212ee4a849ca0891a46d8a.tar.gz
urpmi-0a276a327716ff9ec9212ee4a849ca0891a46d8a.tar.bz2
urpmi-0a276a327716ff9ec9212ee4a849ca0891a46d8a.tar.xz
urpmi-0a276a327716ff9ec9212ee4a849ca0891a46d8a.zip
More docs for rsync-options
Diffstat (limited to 'pod')
-rw-r--r--pod/urpmi.8.pod3
-rw-r--r--pod/urpmi.cfg.5.pod1
-rw-r--r--pod/urpmi.update.8.pod2
-rw-r--r--pod/urpmq.8.pod2
4 files changed, 8 insertions, 0 deletions
diff --git a/pod/urpmi.8.pod b/pod/urpmi.8.pod
index 8790258c..4e679abc 100644
--- a/pod/urpmi.8.pod
+++ b/pod/urpmi.8.pod
@@ -221,6 +221,9 @@ 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.
+Note that the rsync options will also be used for ssh media (since it's
+actually rsync over ssh).
+
=item B<--limit-rate> I<rate>
Try to limit the download speed. I<rate> is given in bytes/sec. This
diff --git a/pod/urpmi.cfg.5.pod b/pod/urpmi.cfg.5.pod
index cc0e6785..89a148ae 100644
--- a/pod/urpmi.cfg.5.pod
+++ b/pod/urpmi.cfg.5.pod
@@ -115,6 +115,7 @@ errors.
=item B<rsync-options>
Additional options to pass to B<rsync> when downloading files.
+Note that the rsync options will also be used for ssh media.
=item B<split-length>
diff --git a/pod/urpmi.update.8.pod b/pod/urpmi.update.8.pod
index 21c51f35..45a2ef30 100644
--- a/pod/urpmi.update.8.pod
+++ b/pod/urpmi.update.8.pod
@@ -72,6 +72,8 @@ 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.
+Note that the rsync options will also be used for ssh media.
+
=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 dccb4e1a..987a78ba 100644
--- a/pod/urpmq.8.pod
+++ b/pod/urpmq.8.pod
@@ -152,6 +152,8 @@ 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.
+Note that the rsync options will also be used for ssh media.
+
=item B<--proxy> I<proxyhost[:port|1080]>
Use specified HTTP proxy.