Fix whitespace

bug/bundler_fix
William Vu 2015-02-25 13:16:03 -06:00
parent 2e58a3d1dd
commit d301752a88
1 changed files with 10 additions and 10 deletions

View File

@ -27,7 +27,7 @@ class Metasploit4 < Msf::Auxiliary
[
Opt::CHOST,
Opt::RPORT(30718),
OptBool.new('CHECK_TCP',[ false , 'Check TCP instead of UDP', false])
OptBool.new('CHECK_TCP', [false , 'Check TCP instead of UDP', false])
], self.class)
end