Make the help message clearer.

This commit is contained in:
Jessica McKellar 2010-12-07 10:46:42 +01:00 committed by Giuseppe Scrivano
parent 8c33c34bf6
commit 8e742d05cf
4 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2010-12-07 Jessica McKellar <jesstess@mit.edu> (tiny change)
* vms/WGET.HLP: Make help message clearer.
2010-10-24 Jessica McKellar <jesstess@mit.edu> (tiny change) 2010-10-24 Jessica McKellar <jesstess@mit.edu> (tiny change)
* NEWS: Mention the change to the the summary for recursive downloads. * NEWS: Mention the change to the the summary for recursive downloads.

View File

@ -1,3 +1,7 @@
2010-12-07 Jessica McKellar <jesstess@mit.edu> (tiny change)
* main.c: Make help message clearer.
2010-12-02 Giuseppe Scrivano <gscrivano@gnu.org> 2010-12-02 Giuseppe Scrivano <gscrivano@gnu.org>
* build_info.c.in: Do not list md5. * build_info.c.in: Do not list md5.

View File

@ -454,7 +454,7 @@ Download:\n"),
-O, --output-document=FILE write documents to FILE.\n"), -O, --output-document=FILE write documents to FILE.\n"),
N_("\ N_("\
-nc, --no-clobber skip downloads that would download to\n\ -nc, --no-clobber skip downloads that would download to\n\
existing files.\n"), existing files (overwriting them).\n"),
N_("\ N_("\
-c, --continue resume getting a partially-downloaded file.\n"), -c, --continue resume getting a partially-downloaded file.\n"),
N_("\ N_("\

View File

@ -31,7 +31,7 @@
--retry-connrefused retry even if connection is refused. --retry-connrefused retry even if connection is refused.
-O --output-document=FILE write documents to FILE. -O --output-document=FILE write documents to FILE.
-nc, --no-clobber skip downloads that would download to -nc, --no-clobber skip downloads that would download to
existing files. existing files (overwriting them).
-c, --continue resume getting a partially downloaded file. -c, --continue resume getting a partially downloaded file.
--progress=TYPE select progress gauge type. --progress=TYPE select progress gauge type.
-N, --timestamping don't re-retrieve files unless newer than -N, --timestamping don't re-retrieve files unless newer than