X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fmain.c;h=e3b92fb00bf40205f783449f5981e1c910e4fc8f;hp=a70ecc03aeff74fad69d3ad2939ce3933ffc4274;hb=25a3d032faa467a7dabbcb96d5e772202bd0b387;hpb=d6065c927eb23cd674b00ccf88b171c70f1962d0 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 },