]> sjero.net Git - wget/blobdiff - src/init.c
Mark --dot-style as deprecated.
[wget] / src / init.c
index 879d3aac80b27a419cdd9154128fe8cfaf2fe74b..d747906971c1246f9a59b753960cb5391584c4fe 100644 (file)
@@ -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