]> sjero.net Git - wget/commitdiff
[svn] Don't claim that --base requires --force-html to work.
authorhniksic <devnull@localhost>
Tue, 28 Jun 2005 20:19:19 +0000 (13:19 -0700)
committerhniksic <devnull@localhost>
Tue, 28 Jun 2005 20:19:19 +0000 (13:19 -0700)
doc/ChangeLog
doc/wget.texi

index d0f2917f29aa2790724a0b84a25b578603182dbf..984fbce0893533bcba1d42b9985476c045fa8bba 100644 (file)
@@ -1,3 +1,8 @@
+2005-06-28  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * wget.texi (Logging and Input File Options): Don't claim that
+       --base requires --force-html to work.
+
 2005-06-25  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * wget.texi (Download Options): Update -4/-6 documentation to
index 6f4b24e2b31760f0605670c78fba9ea3f7772ab3..1f8344ee4e06eb68ff4c45871026a89c837b6f5a 100644 (file)
@@ -514,8 +514,8 @@ option.
 @cindex base for relative links in input file
 @item -B @var{URL}
 @itemx --base=@var{URL}
-When used in conjunction with @samp{-F}, prepends @var{URL} to relative
-links in the file specified by @samp{-i}.
+Prepends @var{URL} to relative links read from the file specified with
+the @samp{-i} option.
 @end table
 
 @node Download Options