mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
Revised usage description of --convert-links to apply to CSS as well as to HTML.
This commit is contained in:
parent
0108799cc7
commit
ce983c8421
@ -1,3 +1,8 @@
|
||||
2008-04-24 Micah Cowan <micah@cowan.name>
|
||||
|
||||
* main.c: Revised usage description of --convert-links to apply
|
||||
to CSS as well as to HTML.
|
||||
|
||||
2008-04-22 Micah Cowan <micah@cowan.name>
|
||||
|
||||
* Makefile.am, css.lex, css.l: Renamed css.lex to css.l.
|
||||
|
@ -593,7 +593,8 @@ Recursive download:\n"),
|
||||
N_("\
|
||||
--delete-after delete files locally after downloading them.\n"),
|
||||
N_("\
|
||||
-k, --convert-links make links in downloaded HTML point to local files.\n"),
|
||||
-k, --convert-links make links in downloaded HTML or CSS point to\n\
|
||||
local files.\n"),
|
||||
N_("\
|
||||
-K, --backup-converted before converting file X, back up as X.orig.\n"),
|
||||
N_("\
|
||||
|
Loading…
Reference in New Issue
Block a user