]> sjero.net Git - wget/blobdiff - src/main.c
Downgrade -N with -O to a warning.
[wget] / src / main.c
index 1ad0a48cc8c273ae559e426132034b13f9109ef0..fbdafd2b1544032912baf8c0fee1b5321b9b6425 100644 (file)
@@ -900,10 +900,9 @@ will be placed in the single file you specified.\n\n"));
         }
       if (opt.timestamping)
         {
-          fputs (_("\
-Cannot specify -N if -O is given. See the manual for details.\n\n"), stdout);
-          print_usage ();
-          exit (1);
+          logprintf (LOG_NOTQUIET, "%s", _("\
+WARNING: timestamping does nothing in combination with -O. See the manual\n\
+for details.\n\n"));
         }
     }