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

Documentation updates for --default-page.

This commit is contained in:
Micah Cowan 2008-08-03 22:36:38 -07:00
parent d4e82e8388
commit ba09ad3502
4 changed files with 14 additions and 0 deletions

View File

@ -1,6 +1,7 @@
2008-08-03 Micah Cowan <micah@cowan.name>
* wget.texi: Don't set UPDATED; already set by version.texi.
(HTTP Options): Add --default-page option.
2008-07-17 Steven Schubiger <stsc@members.fsf.org>

View File

@ -1075,6 +1075,12 @@ current directory).
@section HTTP Options
@table @samp
@cindex default page name
@cindex index.html
@item --default-page=@var{name}
Use @var{name} as the default file name when it isn't known (i.e., for
URLs that end in a slash), instead of @file{index.html}.
@cindex .html extension
@item -E
@itemx --html-extension

View File

@ -1,3 +1,7 @@
2008-08-03 Micah Cowan <micah@cowan.name>
* main.c (print_help): Added --default-page.
2008-08-01 Joao Ferreira <joao@joaoff.com>
* init.c, main.c, options.h, url.c: Added option --default-page

View File

@ -514,6 +514,9 @@ HTTP options:\n"),
--http-password=PASS set http password to PASS.\n"),
N_("\
--no-cache disallow server-cached data.\n"),
N_ ("\
--default-page=NAME Change the default page name (normally\n\
this is `index.html'.).\n"),
N_("\
-E, --html-extension save HTML documents with `.html' extension.\n"),
N_("\