mirror of
https://github.com/mirror/wget.git
synced 2025-01-05 09:50:27 +08:00
* src/main.c: Disable use-askpass on VMS
This commit is contained in:
parent
8af2171a34
commit
37f0dca4e2
@ -730,11 +730,13 @@ Download:\n"),
|
|||||||
--password=PASS set both ftp and http password to PASS\n"),
|
--password=PASS set both ftp and http password to PASS\n"),
|
||||||
N_("\
|
N_("\
|
||||||
--ask-password prompt for passwords\n"),
|
--ask-password prompt for passwords\n"),
|
||||||
|
#ifndef __VMS
|
||||||
N_("\
|
N_("\
|
||||||
--use-askpass=COMMAND specify credential handler for requesting \n\
|
--use-askpass=COMMAND specify credential handler for requesting \n\
|
||||||
username and password. If no COMMAND is \n\
|
username and password. If no COMMAND is \n\
|
||||||
specified the WGET_ASKPASS or the SSH_ASKPASS \n\
|
specified the WGET_ASKPASS or the SSH_ASKPASS \n\
|
||||||
environment variable is used.\n"),
|
environment variable is used.\n"),
|
||||||
|
#endif
|
||||||
N_("\
|
N_("\
|
||||||
--no-iri turn off IRI support\n"),
|
--no-iri turn off IRI support\n"),
|
||||||
N_("\
|
N_("\
|
||||||
|
Loading…
Reference in New Issue
Block a user