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:
parent
e8200e6808
commit
61e9169dbb
@ -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>
|
||||
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user