Let's word this a little differently

This commit is contained in:
sinn3r
2013-04-25 21:01:53 -05:00
parent 78c9e9a203
commit eae1cb5afa
+1 -1
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