From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.7.5) Gecko/20041110 Firefox/1.0 Description of problem: Option in manual page: --keep-session-cookies When specified, causes --save-cookies to also save session cookies.... wget --help does not mention this option. when the option is used, an error will occur: > wget --keep-session-cookies URL wget: unrecognized option `--keep-session-cookies' So far, no workaround. Version-Release number of selected component (if applicable): 1.9+cvs-stable How reproducible: Always Steps to Reproduce: 1.man wget 2.wget --keep-session-cookies URL 3. Actual Results: error occurs, wget is aborted. Additional info:
there was an old copy of the manpage in the rpm, this parameter doesn't exist anymore. fixed in wget-1.9.1-21
Actually, as far as I can tell it doesn't exist *yet*. According to Mauro Tortonesi in http://www.mail-archive.com/wget@sunsite.dk/msg07416.html, a man page from the CVS version was included by mistake. I just checked and the option is included in release 1.10 from June 9.