X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Finit.c;h=8a76c17a30d1536bf1b52b0aca48107d79e85e9e;hp=2b1db499f08cfa6bd2250964e1c9556697996916;hb=fb7fb36cb8a2cf7fb559f1875f63b0df0239411c;hpb=f0dff25336d3f90331e3bfebf5db81b76623c8c1 diff --git a/src/init.c b/src/init.c index 2b1db499..8a76c17a 100644 --- a/src/init.c +++ b/src/init.c @@ -122,6 +122,7 @@ static 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 }, { "excludedirectories", &opt.excludes, cmd_directory_vector }, { "excludedomains", &opt.exclude_domains, cmd_vector }, { "followftp", &opt.follow_ftp, cmd_boolean },