Skip to content

Commit 198aeda

Browse files
committed
rename option
1 parent e546598 commit 198aeda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/msf/base/sessions/command_shell_options.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def initialize(info = {})
1919
[
2020
OptString.new('InitialAutoRunScript', "An initial script to run on session creation (before AutoRunScript)"),
2121
OptString.new('AutoRunScript', "A script to run automatically on session creation."),
22-
OptString.new('ShellCleanupCommand', "A command to run before the session is closed")
22+
OptString.new('CommandShellCleanupCommand', "A command to run before the session is closed")
2323
]
2424
)
2525
end

0 commit comments

Comments
 (0)