]> sjero.net Git - wget/blobdiff - src/options.h
--no-match-server-timestamps -> --no-use-server-timestamps
[wget] / src / options.h
index 5488e2687d6d4ecf1f301f76f47005918b1fde02..4e5d7203cd19eb48f4b2aa25c92800cb69d72124 100644 (file)
@@ -246,7 +246,7 @@ struct options
   int ftp_stmlf;                /* Force Stream_LF format for binary FTP. */
 #endif /* def __VMS */
 
-  bool matchservertimestamps;  /* Update downloaded files' timestamps to
+  bool useservertimestamps;    /* Update downloaded files' timestamps to
                                   match those on server? */
 
 };