]> sjero.net Git - wget/blobdiff - src/init.c
[svn] Add --random-file option. Bail out in case of error during
[wget] / src / init.c
index 9a341ab2d783e4170d9bbc36ab5d6559a70038b9..5957aa53be18eab6d089ec6333ca424e5a6c9a14 100644 (file)
@@ -205,6 +205,7 @@ static struct {
   { "proxyuser",       &opt.proxy_user,        cmd_string },
   { "quiet",           &opt.quiet,             cmd_boolean },
   { "quota",           &opt.quota,             cmd_bytes_large },
+  { "randomfile",      &opt.random_file,       cmd_file },
   { "randomwait",      &opt.random_wait,       cmd_boolean },
   { "readtimeout",     &opt.read_timeout,      cmd_time },
   { "reclevel",                &opt.reclevel,          cmd_number_inf },