From: hniksic Date: Fri, 14 Nov 2003 23:39:14 +0000 (-0800) Subject: [svn] Documented --no-remove-listing. X-Git-Tag: v1.13~1399 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=e494a925d8256c4fabba87a40783d228f627885f [svn] Documented --no-remove-listing. --- diff --git a/doc/ChangeLog b/doc/ChangeLog index 203b2f37..0a9b8f4b 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2003-11-15 Hrvoje Niksic + + * wget.texi: Documented that --dont-remove-listing is now + --no-remove-listing. + 2003-11-14 Hrvoje Niksic * fdl.texi: New file. diff --git a/doc/wget.texi b/doc/wget.texi index ab62760b..149a2555 100644 --- a/doc/wget.texi +++ b/doc/wget.texi @@ -1205,8 +1205,7 @@ wget --load-cookies cookies.txt \ @table @samp @cindex .listing files, removing -@item -nr -@itemx --dont-remove-listing +@item --no-remove-listing Don't remove the temporary @file{.listing} files generated by @sc{ftp} retrievals. Normally, these files contain the raw directory listings received from @sc{ftp} servers. Not removing them can be useful for @@ -1366,7 +1365,7 @@ Internals}). Turn on options suitable for mirroring. This option turns on recursion and time-stamping, sets infinite recursion depth and keeps @sc{ftp} directory listings. It is currently equivalent to -@samp{-r -N -l inf -nr}. +@samp{-r -N -l inf --no-remove-listing}. @cindex page requisites @cindex required images, downloading @@ -2415,7 +2414,7 @@ Links}). @item remove_listing = on/off If set to on, remove @sc{ftp} listings downloaded by Wget. Setting it -to off is the same as @samp{-nr}. +to off is the same as @samp{--no-remove-listing}. @item restrict_file_names = unix/windows Restrict the file names generated by Wget from URLs. See