diff --git a/src/ChangeLog b/src/ChangeLog index 7e35d3cc..93d28789 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2000-08-23 Dan Harkless + + * main.c (print_help): -B / --base was not mentioned. + 2000-08-22 Dan Harkless * main.c (print_help): Modified -nc description to mention that it diff --git a/src/main.c b/src/main.c index 5a5d7329..89c6c347 100644 --- a/src/main.c +++ b/src/main.c @@ -132,8 +132,9 @@ Logging and input file:\n\ -q, --quiet quiet (no output).\n\ -v, --verbose be verbose (this is the default).\n\ -nv, --non-verbose turn off verboseness, without being quiet.\n\ - -i, --input-file=FILE read URL-s from file.\n\ + -i, --input-file=FILE download URLs found in FILE.\n\ -F, --force-html treat input file as HTML.\n\ + -B, --base=URL prepends URL to relative links in -F -i file.\n\ \n"), _("\ Download:\n\ -t, --tries=NUMBER set number of retries to NUMBER (0 unlimits).\n\