Manual and --help difference

2007-08-02 Thread dmitry over
Hi, In `man wget` is see text ---[ cut ]--- --http-user=user --http-password=password Specify the username user and password password on an HTTP server. According to the type of the challenge, Wget will encode them using either the basic (insecure) or the digest

Re: Manual and --help difference

2007-08-02 Thread Josh Williams
On 8/2/07, dmitry over [EMAIL PROTECTED] wrote: Hi, In `man wget` is see text ---[ cut ]--- --http-user=user --http-password=password [..] but in `wget --help` is see --http-user=USER set http user to USER. --http-passwd=PASSset http password to PASS. check

Re: Manual and --help difference

2007-08-02 Thread Jochen Roderburg
Josh Williams schrieb: On 8/2/07, dmitry over [EMAIL PROTECTED] wrote: Hi, In `man wget` is see text ---[ cut ]--- --http-user=user --http-password=password [..] but in `wget --help` is see --http-user=USER set http user to USER. --http-passwd=PASSset http password to PASS.

Documentation lying about -r without -nc?

2007-08-02 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 According to the documentation for -nc, -r without -N or -nc will overwrite existing files, but this appears not to be the case, since at least 1.10.2. Was this intentional? That is, should the code, or the documentation, be updated to fix this? -