mirror of
https://github.com/mirror/wget.git
synced 2025-01-03 00:40:28 +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"),
|
||||
N_("\
|
||||
--ask-password prompt for passwords\n"),
|
||||
#ifndef __VMS
|
||||
N_("\
|
||||
--use-askpass=COMMAND specify credential handler for requesting \n\
|
||||
username and password. If no COMMAND is \n\
|
||||
specified the WGET_ASKPASS or the SSH_ASKPASS \n\
|
||||
environment variable is used.\n"),
|
||||
#endif
|
||||
N_("\
|
||||
--no-iri turn off IRI support\n"),
|
||||
N_("\
|
||||
|
Loading…
Reference in New Issue
Block a user