Skip to content

Commit fc68606

Browse files
committed
Fix merge conflict due to rapid7#5527
...my mistake
1 parent faa7ed2 commit fc68606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/post/multi/manage/shell_to_meterpreter.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def initialize(info = {})
3333
OptInt.new('LPORT',
3434
[false, 'Port for payload to connect to.', 4433]),
3535
OptBool.new('HANDLER',
36-
[ true, 'Start exploit/multi/handler to receive the connection.', true])
36+
[ true, 'Start an exploit/multi/handler to receive the connection', true])
3737
], self.class)
3838
register_advanced_options([
3939
OptInt.new('HANDLE_TIMEOUT',

0 commit comments

Comments
 (0)