mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Don't refer to the non-existent -nr option.
This commit is contained in:
parent
c1fb83c53b
commit
6fbd5c2a5e
@ -1,3 +1,8 @@
|
|||||||
|
2005-07-01 Hrvoje Niksic <hniksic@xemacs.org>
|
||||||
|
|
||||||
|
* main.c (print_help): Don't refer to the non-existent -nr in
|
||||||
|
description of --mirror.
|
||||||
|
|
||||||
2005-06-30 Hrvoje Niksic <hniksic@xemacs.org>
|
2005-06-30 Hrvoje Niksic <hniksic@xemacs.org>
|
||||||
|
|
||||||
* host.c (pretty_print_address): Renamed to just print_address.
|
* host.c (pretty_print_address): Renamed to just print_address.
|
||||||
|
@ -575,7 +575,7 @@ Recursive download:\n"),
|
|||||||
N_("\
|
N_("\
|
||||||
-K, --backup-converted before converting file X, back up as X.orig.\n"),
|
-K, --backup-converted before converting file X, back up as X.orig.\n"),
|
||||||
N_("\
|
N_("\
|
||||||
-m, --mirror shortcut option equivalent to -r -N -l inf -nr.\n"),
|
-m, --mirror shortcut for -N -r -l inf --no-remove-listing.\n"),
|
||||||
N_("\
|
N_("\
|
||||||
-p, --page-requisites get all images, etc. needed to display HTML page.\n"),
|
-p, --page-requisites get all images, etc. needed to display HTML page.\n"),
|
||||||
N_("\
|
N_("\
|
||||||
|
Loading…
Reference in New Issue
Block a user