Forgot to update descriptions of the options set

git-svn-id: file:///home/svn/framework3/trunk@12035 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Carlos Perez 2011-03-20 17:36:28 +00:00
parent 9cb690b9e3
commit 71fd7136ae
1 changed files with 2 additions and 2 deletions

View File

@ -33,8 +33,8 @@ class Metasploit3 < Msf::Post
))
register_options(
[
OptString.new('RHOSTS', [true, 'Description', nil]),
OptInt.new('THREADS', [false, 'Description', 10])
OptString.new('RHOSTS', [true, 'The target address range or CIDR identifier', nil]),
OptInt.new('THREADS', [false, 'The number of concurrent threads', 10])
], self.class)
end