]> sjero.net Git - wget/commitdiff
[svn] Documented --no-remove-listing.
authorhniksic <devnull@localhost>
Fri, 14 Nov 2003 23:39:14 +0000 (15:39 -0800)
committerhniksic <devnull@localhost>
Fri, 14 Nov 2003 23:39:14 +0000 (15:39 -0800)
doc/ChangeLog
doc/wget.texi

index 203b2f37d08953c1212c950d908006efb0a43547..0a9b8f4b528b4728f488876620a5196555dc3a2f 100644 (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.
index ab62760bb05cf44c86b7f64a9644e307ff912c9d..149a2555f0d0da226efe21da22ac5f0920b5f263 100644 (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