[svn] Documented --no-remove-listing.

This commit is contained in:
hniksic 2003-11-14 15:39:14 -08:00
parent 2cafbc790b
commit e494a925d8
2 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,8 @@
2003-11-15 Hrvoje Niksic <hniksic@xemacs.org>
* wget.texi: Documented that --dont-remove-listing is now
--no-remove-listing.
2003-11-14 Hrvoje Niksic <hniksic@xemacs.org>
* fdl.texi: New file.

View File

@ -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