From ce983c8421c44020f7130a73610e754cde118472 Mon Sep 17 00:00:00 2001 From: Micah Cowan Date: Thu, 24 Apr 2008 14:33:32 -0700 Subject: [PATCH] Revised usage description of --convert-links to apply to CSS as well as to HTML. --- src/ChangeLog | 5 +++++ src/main.c | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index bc22a13d..87103b52 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2008-04-24 Micah Cowan + + * main.c: Revised usage description of --convert-links to apply + to CSS as well as to HTML. + 2008-04-22 Micah Cowan * Makefile.am, css.lex, css.l: Renamed css.lex to css.l. diff --git a/src/main.c b/src/main.c index b1e99695..0bc95362 100644 --- a/src/main.c +++ b/src/main.c @@ -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_("\ -- 2.39.2