forgot options descriptions

git-svn-id: file:///home/svn/framework3/trunk@12050 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Carlos Perez 2011-03-21 02:30:27 +00:00
parent c7989fff39
commit 7648ab6e5f
1 changed files with 2 additions and 2 deletions

View File

@ -31,8 +31,8 @@ class Metasploit3 < Msf::Post
))
register_options(
[
OptBool.new('SPAWN', [ false, 'Description', false]),
OptString.new('NAME', [false, 'Description', nil]),
OptBool.new('SPAWN', [ false, 'Spawn process to migrate to. If name for process not given notepad.exe used', false]),
OptString.new('NAME', [false, 'Name of process to migrate to.', nil]),
], self.class)