From 15a114dc575f88df48105c14f2dc7e4a68edcd25 Mon Sep 17 00:00:00 2001 From: hniksic Date: Tue, 27 Nov 2001 02:42:04 -0800 Subject: [PATCH] [svn] Document --limit-rate. --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS b/NEWS index 8e786e2f..90acbf3c 100644 --- a/NEWS +++ b/NEWS @@ -13,6 +13,11 @@ types are available, "bar" (the new default), and "dot" (the old dotted indicator). You can permanently revert to the old progress indicator by putting `progress = dot' in your `.wgetrc'. +** You can limit the bandwidth spent by the retrieval using the +`--limit-rate' option. For example, "wget --limit-rate=15k URL" will +tell Wget not to download the body of the URL faster than 15 kilobytes +per second. + ** "Recursive retrieval" has been revamped: *** Wget now traverses links breadth-first. This makes the -- 2.39.2