mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Doc fix.
This commit is contained in:
parent
e3acbd2aaf
commit
6251403378
@ -326,9 +326,11 @@ init_switches (void)
|
||||
*p++ = ':';
|
||||
break;
|
||||
case OPT_BOOLEAN:
|
||||
/* Don't specify optional arguments for boolean short
|
||||
options. They are evil because they prevent combining of
|
||||
short options. */
|
||||
/* Specify an optional argument for long options, so that
|
||||
--option=off works the same as --no-option, for
|
||||
compatibility with pre-1.10 Wget. However, don't specify
|
||||
optional arguments short-option booleans because they
|
||||
prevent combining of short options. */
|
||||
longopt->has_arg = optional_argument;
|
||||
/* For Boolean options, add the "--no-FOO" variant, which is
|
||||
identical to "--foo", except it has opposite meaning and
|
||||
|
Loading…
Reference in New Issue
Block a user