diff --git a/lib/msf/core/exploit/file_dropper.rb b/lib/msf/core/exploit/file_dropper.rb index b6c8819052..8923762ec5 100644 --- a/lib/msf/core/exploit/file_dropper.rb +++ b/lib/msf/core/exploit/file_dropper.rb @@ -8,7 +8,7 @@ module Exploit::FileDropper register_advanced_options( [ - OptInt.new( 'FileDropperDelay', [ false, 'Time, in s, to wait before attempting file cleanup' ]) + OptInt.new( 'FileDropperDelay', [ false, 'Delay in seconds before attempting file cleanup' ]) ], self.class) end