X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fmain.c;h=a76eef03481845167ee92fa03d0f56eded74e2b1;hp=fda7d0f3a20f732932fd5480abe49a04fda5b28a;hb=1f08245076f245547b00b1a6cc2dff0198c1dfab;hpb=8798e255339f2bf958daa69380846f1c9946d8f7 diff --git a/src/main.c b/src/main.c index fda7d0f3..a76eef03 100644 --- a/src/main.c +++ b/src/main.c @@ -218,6 +218,7 @@ static struct cmdline_option option_data[] = { "limit-rate", 0, OPT_VALUE, "limitrate", -1 }, { "load-cookies", 0, OPT_VALUE, "loadcookies", -1 }, { "local-encoding", 0, OPT_VALUE, "localencoding", -1 }, + { "match-server-timestamps", 0, OPT_BOOLEAN, "matchservertimestamps", -1 }, { "max-redirect", 0, OPT_VALUE, "maxredirect", -1 }, { "mirror", 'm', OPT_BOOLEAN, "mirror", -1 }, { "no", 'n', OPT__NO, NULL, required_argument },