Fix merge conflict due to #5527

...my mistake
bug/bundler_fix
g0tmi1k 2015-03-21 01:57:13 +00:00
parent faa7ed2b68
commit fc6860672b
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ class Metasploit3 < Msf::Post
OptInt.new('LPORT',
[false, 'Port for payload to connect to.', 4433]),
OptBool.new('HANDLER',
[ true, 'Start exploit/multi/handler to receive the connection.', true])
[ true, 'Start an exploit/multi/handler to receive the connection', true])
], self.class)
register_advanced_options([
OptInt.new('HANDLE_TIMEOUT',