Skip to content

Commit cffa55b

Browse files
committed
Improve proxy chain description
1 parent 354e952 commit cffa55b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/msf/core/option_container.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -808,7 +808,7 @@ module Opt
808808
'LPORT' => [ OptPort, 'nil', true, '"The listen port"' ],
809809
'CPORT' => [ OptPort, 'nil', false, '"The local client port"' ],
810810
'CHOST' => [ OptAddress, 'nil', false, '"The local client address"' ],
811-
'Proxies' => [ OptString, 'nil', 'false', '"Use a proxy chain"']
811+
'Proxies' => [ OptString, 'nil', 'false', '"A proxy chain of format type:host:port[,type:host:port][...]"']
812812
}
813813

814814
#

0 commit comments

Comments
 (0)