#48 jmeter: remove unneded wrapper function

This commit is contained in:
Julien Nicoulaud 2011-09-18 21:18:00 +02:00
parent 28e2c1482a
commit 84c01133ee
1 changed files with 11 additions and 15 deletions

View File

@ -44,8 +44,7 @@
# ------------------------------------------------------------------------------
_jmeter() {
_arguments \
_arguments \
'(- 1 *)'{-h,--help}'[Show help options]' \
'-p[properties files]:properties file:_files -g "*.properties"' \
'-n[run in non-GUI mode]' \
@ -56,6 +55,3 @@ _jmeter() {
'-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'
}
_jmeter "$@"