Argument name updated to noKeyAuth

上级 0a7a9a92
......@@ -420,7 +420,7 @@ public class CLI {
args = args.subList(1,args.size());
continue;
}
if (head.equals("-noPKey")) {
if (head.equals("-noKeyAuth")) {
tryLoadPKey = false;
args = args.subList(1,args.size());
continue;
......
......@@ -5,7 +5,7 @@ CLI.Usage=Jenkins CLI\n\
-i KEY : SSH private key file used for authentication\n\
-p HOST:PORT : HTTP proxy host and port for HTTPS proxy tunneling. See http://jenkins-ci.org/https-proxy-tunnel\n\
-noCertificateCheck : bypass HTTPS certificate check entirely. Use with caution\n\
-noPKey : don't try to load the SSH authentication private key. Conflicts with -i\n\
-noKeyAuth : don't try to load the SSH authentication private key. Conflicts with -i\n\
\n\
The available commands depend on the server. Run the 'help' command to\n\
see the list.
......
......@@ -28,7 +28,7 @@ CLI.Usage=Jenkins CLI\n\
-i KEY : arquivo contendo a chave SSH privada usada para autentica\u00e7\u00e3o\n\
-p HOST:PORT : host e porta do proxy HTTP para tunelamento de proxy HTTPS. Veja http://jenkins-ci.org/https-proxy-tunnel\n\
-noCertificateCheck : ignora completamente a valida\u00e7\u00e3o dos certificados HTTPS. Use com cautela\n\
-noPKey : n\u00e3o tenta carregar a chave privada para autentica\u00e7\u00e3o SSH. Conflita com -i\n\
-noKeyAuth : n\u00e3o tenta carregar a chave privada para autentica\u00e7\u00e3o SSH. Conflita com -i\n\
\n\
Os comandos dispon\u00edveis dependem do servidor. Execute o comando 'help' para\n\
ver a lista.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册