Prefer --no-iri over --iri=no.

This commit is contained in:
Micah Cowan 2009-07-03 19:31:28 -07:00
parent 9ef8e738a4
commit fcdfd63e8f
5 changed files with 12 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2009-07-03 Micah Cowan <micah@cowan.name>
* wget.texi (Download Options): --iri=no --> --no-iri
2009-06-20 Micah Cowan <micah@cowan.name>
* wget.texi (Contributors): Added Jay Krell.

View File

@ -679,7 +679,7 @@ servers that support the @code{Range} header.
@cindex idn support
@item --iri
Turn on internationalized URI (IRI) support. Use @samp{--iri=no} to
Turn on internationalized URI (IRI) support. Use @samp{--no-iri} to
turn it off. IRI support is activated by default.
You can set the default state of IRI support using @code{iri} command in

View File

@ -1,3 +1,8 @@
2009-07-03 Micah Cowan <micah@cowan.name>
* Test-ftp-iri-disabled.px, Test-iri-disabled.px:
--iri=no --> --no-iri
2009-07-01 Micah Cowan <micah@cowan.name>
* HTTPServer.pm (send_response): Invocation of

View File

@ -28,7 +28,7 @@ my %urls = (
},
);
my $cmdline = $WgetTest::WGETPATH . " --iri=no --locale=iso-8859-1 -S ftp://localhost:{{port}}/fran${ccedilla_l1}ais.txt";
my $cmdline = $WgetTest::WGETPATH . " --no-iri --locale=iso-8859-1 -S ftp://localhost:{{port}}/fran${ccedilla_l1}ais.txt";
my $expected_error_code = 0;

View File

@ -162,7 +162,7 @@ my %urls = (
},
);
my $cmdline = $WgetTest::WGETPATH . " --iri=no -nH -r http://localhost:{{port}}/";
my $cmdline = $WgetTest::WGETPATH . " --no-iri -nH -r http://localhost:{{port}}/";
my $expected_error_code = 0;