aboutsummaryrefslogtreecommitdiff
path: root/curl.1
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-01-31 22:22:45 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-01-31 22:22:45 +0000
commit041d06d9f23aad3f48425772dab6e33440b530d6 (patch)
tree7e85578bfa34591801f0e4f753d06ffd92b1efe3 /curl.1
parent49b5ec156bbca2974a883ce5720c11efa1f8822c (diff)
Cleared some confusions around -y and -Y as pointed out to me by
M Travis Obenhaus <Travis.Obenhaus@aud.alcatel.com>
Diffstat (limited to 'curl.1')
-rw-r--r--curl.116
1 files changed, 8 insertions, 8 deletions
diff --git a/curl.1 b/curl.1
index 9d8edfe99..4150dc71a 100644
--- a/curl.1
+++ b/curl.1
@@ -297,14 +297,14 @@ HTTP 1.1 specification for details and explanations.
(FTP)
Specifies a custom FTP command to use instead of LIST when doing file lists
with ftp.
-.IP "-y/--speed-time <speed>"
-Speed Limit. If a download is slower than this given speed, in bytes
-per second, for Speed Time seconds it gets aborted. Speed Time is set
-with -Y and is 30 if not set.
-.IP "-Y/--speed-limit <time>"
-Speed Time. If a download is slower than Speed Limit bytes per second
-during a Speed Time period, the download gets aborted. If Speed Time
-is used, the default Speed Limit will be 1 unless set with -y.
+.IP "-y/--speed-time <time>"
+If a download is slower than speed-limit bytes per second during a speed-time
+period, the download gets aborted. If speed-time is used, the default
+speed-limit will be 1 unless set with -y.
+.IP "-Y/--speed-limit <speed>"
+If a download is slower than this given speed, in bytes per second, for
+speed-time seconds it gets aborted. speed-time is set with -Y and is 30 if
+not set.
.IP "-z/--time-cond <date expression>"
(HTTP)
Request to get a file that has been modified later than the given time and