fix small syntax error

git-svn-id: file:///home/svn/framework3/trunk@11529 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Carlos Perez 2011-01-10 02:32:20 +00:00
parent 2ee44b5da7
commit 92c1510cba
1 changed files with 1 additions and 1 deletions

View File

@ -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 ##################