Let's word this a little differently

unstable
sinn3r 2013-04-25 20:44:57 -05:00
parent 78c9e9a203
commit 71e055a5c2
1 changed files with 1 additions and 1 deletions

View File

@ -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