mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] * main.c (print_help): Modified -nc description to mention that it also prevents
the creation of multiple versions of the same file with ".<number>" suffixes.
This commit is contained in:
parent
28668d2875
commit
1f0acebeb0
@ -1,3 +1,9 @@
|
||||
2000-08-22 Dan Harkless <dan-wget@dilvish.speed.net>
|
||||
|
||||
* main.c (print_help): Modified -nc description to mention that it
|
||||
also prevents the creation of multiple versions of the same file
|
||||
with ".<number>" suffixes.
|
||||
|
||||
2000-07-14 Jan Prikryl <prikryl@cg.tuwien.ac.at>
|
||||
|
||||
* retr.c (retrieve_url): Consistently strdup opt.referer when
|
||||
|
@ -138,7 +138,7 @@ Logging and input file:\n\
|
||||
Download:\n\
|
||||
-t, --tries=NUMBER set number of retries to NUMBER (0 unlimits).\n\
|
||||
-O --output-document=FILE write documents to FILE.\n\
|
||||
-nc, --no-clobber don\'t clobber existing files.\n\
|
||||
-nc, --no-clobber don\'t clobber existing files or use .# suffixes.\n\
|
||||
-c, --continue restart getting an existing file.\n\
|
||||
--dot-style=STYLE set retrieval display style.\n\
|
||||
-N, --timestamping don\'t retrieve files if older than local.\n\
|
||||
|
Loading…
Reference in New Issue
Block a user