From: Micah Cowan Date: Mon, 27 Jul 2009 01:55:49 +0000 (-0700) Subject: Mark --dot-style as deprecated. X-Git-Tag: v1.13~294 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=25a3d032faa467a7dabbcb96d5e772202bd0b387 Mark --dot-style as deprecated. --- diff --git a/src/init.c b/src/init.c index 879d3aac..d7479069 100644 --- a/src/init.c +++ b/src/init.c @@ -145,7 +145,7 @@ static const struct { { "dotbytes", &opt.dot_bytes, cmd_bytes }, { "dotsinline", &opt.dots_in_line, cmd_number }, { "dotspacing", &opt.dot_spacing, cmd_number }, - { "dotstyle", &opt.dot_style, cmd_string }, + { "dotstyle", &opt.dot_style, cmd_string }, /* deprecated */ #ifdef HAVE_SSL { "egdfile", &opt.egd_file, cmd_file }, #endif diff --git a/src/main.c b/src/main.c index a70ecc03..e3b92fb0 100644 --- a/src/main.c +++ b/src/main.c @@ -177,7 +177,7 @@ static struct cmdline_option option_data[] = { "dns-timeout", 0, OPT_VALUE, "dnstimeout", -1 }, { "domains", 'D', OPT_VALUE, "domains", -1 }, { "dont-remove-listing", 0, OPT__DONT_REMOVE_LISTING, NULL, no_argument }, - { "dot-style", 0, OPT_VALUE, "dotstyle", -1 }, + { "dot-style", 0, OPT_VALUE, "dotstyle", -1 }, /* deprecated */ { "egd-file", 0, OPT_VALUE, "egdfile", -1 }, { "exclude-directories", 'X', OPT_VALUE, "excludedirectories", -1 }, { "exclude-domains", 0, OPT_VALUE, "excludedomains", -1 },