Comma deleted

bug/bundler_fix
jvazquez-r7 2013-01-25 11:44:08 +01:00
parent a204f6fd1b
commit e32bd8d4e0
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ class Metasploit3 < Msf::Auxiliary
register_options(
[
OptInt.new('MaxRID', [ false, "Maximum RID to check", 4000 ]),
OptInt.new('MaxRID', [ false, "Maximum RID to check", 4000 ])
],
self.class
)