mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
Remove documentation for no-longer-used --preserve-permissions.
This commit is contained in:
parent
da2ac85f40
commit
d2e150dc2d
@ -2,7 +2,8 @@
|
|||||||
|
|
||||||
* main.c (option_data): Rename --locale option to --local-encoding
|
* main.c (option_data): Rename --locale option to --local-encoding
|
||||||
(print_help): Document --no-iri, --local-encoding, and
|
(print_help): Document --no-iri, --local-encoding, and
|
||||||
--remote-encoding, within usage message.
|
--remote-encoding, within usage message. Remove defunct
|
||||||
|
--preserve-permissions.
|
||||||
|
|
||||||
2009-07-23 Micah Cowan <micah@cowan.name>
|
2009-07-23 Micah Cowan <micah@cowan.name>
|
||||||
|
|
||||||
|
@ -202,7 +202,7 @@ static const struct {
|
|||||||
{ "postdata", &opt.post_data, cmd_string },
|
{ "postdata", &opt.post_data, cmd_string },
|
||||||
{ "postfile", &opt.post_file_name, cmd_file },
|
{ "postfile", &opt.post_file_name, cmd_file },
|
||||||
{ "preferfamily", NULL, cmd_spec_prefer_family },
|
{ "preferfamily", NULL, cmd_spec_prefer_family },
|
||||||
{ "preservepermissions", &opt.preserve_perm, cmd_boolean },
|
{ "preservepermissions", &opt.preserve_perm, cmd_boolean },/* deprecated */
|
||||||
#ifdef HAVE_SSL
|
#ifdef HAVE_SSL
|
||||||
{ "privatekey", &opt.private_key, cmd_file },
|
{ "privatekey", &opt.private_key, cmd_file },
|
||||||
{ "privatekeytype", &opt.private_key_type, cmd_cert_type },
|
{ "privatekeytype", &opt.private_key_type, cmd_cert_type },
|
||||||
|
@ -622,8 +622,6 @@ FTP options:\n"),
|
|||||||
--no-passive-ftp disable the \"passive\" transfer mode.\n"),
|
--no-passive-ftp disable the \"passive\" transfer mode.\n"),
|
||||||
N_("\
|
N_("\
|
||||||
--retr-symlinks when recursing, get linked-to files (not dir).\n"),
|
--retr-symlinks when recursing, get linked-to files (not dir).\n"),
|
||||||
N_("\
|
|
||||||
--preserve-permissions preserve remote file permissions.\n"),
|
|
||||||
"\n",
|
"\n",
|
||||||
|
|
||||||
N_("\
|
N_("\
|
||||||
|
Loading…
Reference in New Issue
Block a user