fix small syntax error
git-svn-id: file:///home/svn/framework3/trunk@11529 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
2ee44b5da7
commit
92c1510cba
|
@ -12,7 +12,7 @@ session = client
|
|||
@@exec_opts = Rex::Parser::Arguments.new(
|
||||
"-h" => [ false,"Help menu." ],
|
||||
"-k" => [ false,"Only kills VirusScan processes"],
|
||||
"-e" => [ true,"Executable to upload to target host. (modifies registry and exclusion list)" ],
|
||||
"-e" => [ true,"Executable to upload to target host. (modifies registry and exclusion list)" ]
|
||||
)
|
||||
|
||||
################## function declaration Declarations ##################
|
||||
|
|
Loading…
Reference in New Issue