Skip to content

Commit

Permalink
Fix merge conflict due to rapid7#5527
Browse files Browse the repository at this point in the history
...my mistake
  • Loading branch information
g0tmi1k committed Mar 21, 2015
1 parent faa7ed2 commit fc68606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/post/multi/manage/shell_to_meterpreter.rb
Expand Up @@ -33,7 +33,7 @@ def initialize(info = {})
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',
Expand Down

0 comments on commit fc68606

Please sign in to comment.