1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

Fix confusing example on --folow-ftp and negation.

This commit is contained in:
Joao Ferreira 2009-06-11 16:27:00 -07:00
parent d1e12d9e05
commit 5b42f5681f
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2009-06-11 Joao Ferreira <joao@joaoff.com>
* wget.texi (Option Syntax): Fixed contradictory and confusing
explanation of --folow-ftp and negation.
2009-06-10 Micah Cowan <micah@cowan.name> 2009-06-10 Micah Cowan <micah@cowan.name>
* sample.wgetrc: Add "https_proxy" to the proxy examples. Thanks * sample.wgetrc: Add "https_proxy" to the proxy examples. Thanks

View File

@ -396,8 +396,8 @@ the option name; negative options can be negated by omitting the
@samp{--no-} prefix. This might seem superfluous---if the default for @samp{--no-} prefix. This might seem superfluous---if the default for
an affirmative option is to not do something, then why provide a way an affirmative option is to not do something, then why provide a way
to explicitly turn it off? But the startup file may in fact change to explicitly turn it off? But the startup file may in fact change
the default. For instance, using @code{follow_ftp = off} in the default. For instance, using @code{follow_ftp = on} in
@file{.wgetrc} makes Wget @emph{not} follow FTP links by default, and @file{.wgetrc} makes Wget @emph{follow} FTP links by default, and
using @samp{--no-follow-ftp} is the only way to restore the factory using @samp{--no-follow-ftp} is the only way to restore the factory
default from the command line. default from the command line.