mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
Make the help message clearer.
This commit is contained in:
parent
8c33c34bf6
commit
8e742d05cf
@ -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)
|
||||
|
||||
* NEWS: Mention the change to the the summary for recursive downloads.
|
||||
|
@ -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>
|
||||
|
||||
* build_info.c.in: Do not list md5.
|
||||
|
@ -454,7 +454,7 @@ Download:\n"),
|
||||
-O, --output-document=FILE write documents to FILE.\n"),
|
||||
N_("\
|
||||
-nc, --no-clobber skip downloads that would download to\n\
|
||||
existing files.\n"),
|
||||
existing files (overwriting them).\n"),
|
||||
N_("\
|
||||
-c, --continue resume getting a partially-downloaded file.\n"),
|
||||
N_("\
|
||||
|
@ -31,7 +31,7 @@
|
||||
--retry-connrefused retry even if connection is refused.
|
||||
-O --output-document=FILE write documents to FILE.
|
||||
-nc, --no-clobber skip downloads that would download to
|
||||
existing files.
|
||||
existing files (overwriting them).
|
||||
-c, --continue resume getting a partially downloaded file.
|
||||
--progress=TYPE select progress gauge type.
|
||||
-N, --timestamping don't re-retrieve files unless newer than
|
||||
|
Loading…
Reference in New Issue
Block a user