From 1f0acebeb066f881924c8889f540e7ddf6fed3c0 Mon Sep 17 00:00:00 2001 From: dan Date: Tue, 22 Aug 2000 20:11:55 -0700 Subject: [PATCH] [svn] * main.c (print_help): Modified -nc description to mention that it also prevents the creation of multiple versions of the same file with "." suffixes. --- src/ChangeLog | 6 ++++++ src/main.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index de220834..7e35d3cc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2000-08-22 Dan Harkless + + * main.c (print_help): Modified -nc description to mention that it + also prevents the creation of multiple versions of the same file + with "." suffixes. + 2000-07-14 Jan Prikryl * retr.c (retrieve_url): Consistently strdup opt.referer when diff --git a/src/main.c b/src/main.c index 00e6ed64..5a5d7329 100644 --- a/src/main.c +++ b/src/main.c @@ -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\ -- 2.39.2