]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
Cleared some confusions around -y and -Y as pointed out to me by
authorDaniel Stenberg <daniel@haxx.se>
Mon, 31 Jan 2000 22:22:45 +0000 (22:22 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 31 Jan 2000 22:22:45 +0000 (22:22 +0000)
M Travis Obenhaus <Travis.Obenhaus@aud.alcatel.com>

curl.1

diff --git a/curl.1 b/curl.1
index 9d8edfe9962f372c7964832c84831b7435328676..4150dc71a9aab486239ac58bf31b8d1252c73f5f 100644 (file)
--- 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