From eae1cb5afa58cb284a4ea3db2f5c6fdbba08ec10 Mon Sep 17 00:00:00 2001 From: sinn3r Date: Thu, 25 Apr 2013 21:01:53 -0500 Subject: [PATCH] Let's word this a little differently --- lib/msf/core/exploit/file_dropper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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