]> sjero.net Git - wget/blobdiff - src/init.c
[svn] Applied contributed patches (see ChangeLog for details.)
[wget] / src / init.c
index 83c954b1e0a14596aa9fe677f20354bf961018dd..45ae35453bfbfac2a7cb86af1975567ae87a32ae 100644 (file)
@@ -151,7 +151,8 @@ static struct {
   { "useproxy",                &opt.use_proxy,         cmd_boolean },
   { "useragent",       NULL,                   cmd_spec_useragent },
   { "verbose",         &opt.verbose,           cmd_boolean },
-  { "wait",            &opt.wait,              cmd_time }
+  { "wait",            &opt.wait,              cmd_time },
+  { "waitretry",       &opt.waitretry,         cmd_time }
 };
 
 /* Return index of COM if it is a valid command, or -1 otherwise.  COM