Fix backwards order of @param comment
parent
83708a5a48
commit
3363475f99
|
@ -39,7 +39,7 @@ module Exploit::FileDropper
|
||||||
#
|
#
|
||||||
# Record file as needing to be cleaned up
|
# Record file as needing to be cleaned up
|
||||||
#
|
#
|
||||||
# @param files [Array<String>] List of paths on the target that should
|
# @param [Array<String>] files List of paths on the target that should
|
||||||
# be deleted during cleanup. Each filename should be either a full
|
# be deleted during cleanup. Each filename should be either a full
|
||||||
# path or relative to the current working directory of the session
|
# path or relative to the current working directory of the session
|
||||||
# (not necessarily the same as the cwd of the server we're
|
# (not necessarily the same as the cwd of the server we're
|
||||||
|
|
Loading…
Reference in New Issue