1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

Turn off timestamping after the warning.

This commit is contained in:
Micah Cowan 2008-05-12 22:22:56 -07:00
parent e8200e6808
commit 61e9169dbb
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,7 @@
2008-05-12 Micah Cowan <micah@cowan.name>
* main.c (main): Downgrade "-N with -O" to a warning.
* main.c (main): Downgrade "-N with -O" to a warning, and switch
it off to avoid confusing messages.
2008-04-30 Micah Cowan <micah@cowan.name>

View File

@ -903,6 +903,7 @@ will be placed in the single file you specified.\n\n"));
logprintf (LOG_NOTQUIET, "%s", _("\
WARNING: timestamping does nothing in combination with -O. See the manual\n\
for details.\n\n"));
opt.timestamping = false;
}
}