change "local port" to "listen port", see #2005

git-svn-id: file:///home/svn/framework3/trunk@9395 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Joshua Drake 2010-06-02 16:23:46 +00:00
parent 2470470405
commit 7039bc3461
1 changed files with 2 additions and 2 deletions

View File

@ -666,8 +666,8 @@ module Opt
{
'RHOST' => [ OptAddress, 'nil', true, '"The target address"' ],
'RPORT' => [ OptPort, 'nil', true, '"The target port"' ],
'LHOST' => [ OptAddress, 'nil', true, '"The local address"' ],
'LPORT' => [ OptPort, 'nil', true, '"The local port"' ],
'LHOST' => [ OptAddress, 'nil', true, '"The listen address"' ],
'LPORT' => [ OptPort, 'nil', true, '"The listen port"' ],
'CPORT' => [ OptPort, 'nil', false, '"The local client port"' ],
'CHOST' => [ OptAddress, 'nil', false, '"The local client address"' ],
'Proxies' => [ OptString, 'nil', 'false', '"Use a proxy chain"']