]> sjero.net Git - wget/blobdiff - src/init.c
Accept --bit option
[wget] / src / init.c
index d2fba82cebda62d5e70f8b17e2f5a21eec481f43..c890956c1e813ecaf19a7298b1d19d44be389d47 100644 (file)
@@ -127,6 +127,7 @@ static const struct {
   { "backups",          &opt.backups,           cmd_number },
   { "base",             &opt.base_href,         cmd_string },
   { "bindaddress",      &opt.bind_address,      cmd_string },
+  { "bits",             &opt.bits_fmt,          cmd_boolean},
 #ifdef HAVE_SSL
   { "cacertificate",    &opt.ca_cert,           cmd_file },
 #endif