#48 jmeter: add remaining proxy related options

This commit is contained in:
Julien Nicoulaud 2011-09-19 14:37:29 +02:00
parent 561df6e153
commit c4b6f61408
1 changed files with 5 additions and 2 deletions

View File

@ -45,7 +45,7 @@
_arguments \
'(- 1 *)'{-h,--help}'[Show help options]' \
'(- 1 *)'{-h,--help}'[show help message]' \
'-p[properties files]:properties file:_files -g "*.properties"' \
'-n[run in non-GUI mode]' \
'-s[run in server mode]' \
@ -55,4 +55,7 @@ _arguments \
'-r[run the test in the servers specified by the JMeter property "remote_hosts"]' \
'-R[run the test in the specified remote servers]:remote servers list' \
'-H[proxy server hostname or ip address]: :_hosts' \
'-P[proxy server port]:number'
'-P[proxy server port]:number' \
'-N[nonproxy hosts]:regex' \
'-u[username for proxy authentication]:username:_users' \
'-a[password for proxy authentication]:password'