10 lines
173 B
Plaintext
10 lines
173 B
Plaintext
#compdef sshproxy
|
|
|
|
_arguments '-h[short help text]' \
|
|
'--port[local port]:port:' \
|
|
'1:host:_ssh_hosts'
|
|
|
|
# Local Variables:
|
|
# mode: shell-script
|
|
# End:
|