From: Micah Cowan Date: Thu, 4 Oct 2007 01:50:31 +0000 (-0700) Subject: Add info about max_redirect rc command. X-Git-Tag: v1.13~524 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=f6f77310497310bb58b3cc4c0d275dadb2120890 Add info about max_redirect rc command. --- diff --git a/doc/wget.texi b/doc/wget.texi index 37950504..a8ca8406 100644 --- a/doc/wget.texi +++ b/doc/wget.texi @@ -2726,6 +2726,10 @@ Load cookies from @var{file}. See @samp{--load-cookies @var{file}}. @item logfile = @var{file} Set logfile to @var{file}, the same as @samp{-o @var{file}}. +@item max_redirect = @var{number} +Specifies the maximum number of redirections to follow for a resource. +See @samp{--max-redirect=@var{number}}. + @item mirror = on/off Turn mirroring on/off. The same as @samp{-m}.