(1) The description of the options that limit recursion needs to be written better so that it is clear how various combinations of options interact.
(2) I'd like to be able to make wget annotate each page with the URL from which it was obtained, so if I later look at the file, I know its origin. With HTML files, it seems like it would be workable to append to each file "\n<!-- Retrieved from http:... -->\n". Comments? Dale