]> granicus.if.org Git - curl/commitdiff
-y and -Y was switched in the examples
authorDaniel Stenberg <daniel@haxx.se>
Sat, 12 Oct 2002 12:14:09 +0000 (12:14 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 12 Oct 2002 12:14:09 +0000 (12:14 +0000)
docs/MANUAL

index e496f02431fcd4c206fa267c4225d35edff94381..95211ed634b7b7728b436fac24d64132afed4168 100644 (file)
@@ -404,12 +404,12 @@ SPEED LIMIT
   To have curl abort the download if the speed is slower than 3000 bytes per
   second for 1 minute, run:
 
-        curl -y 3000 -Y 60 www.far-away-site.com
+        curl -Y 3000 -y 60 www.far-away-site.com
 
   This can very well be used in combination with the overall time limit, so
   that the above operatioin must be completed in whole within 30 minutes:
 
-        curl -m 1800 -y 3000 -Y 60 www.far-away-site.com
+        curl -m 1800 -Y 3000 -y 60 www.far-away-site.com
 
 CONFIG FILE