just typos

git-svn-id: file:///home/svn/framework3/trunk@7139 4d416f70-5f16-0410-b530-b9f4589650da
unstable
kris 2009-10-11 17:09:17 +00:00
parent 18b340a8c3
commit 9e2ebb5a1d
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ wininfo = client.sys.config.sysinfo
# Setting Arguments
@@exec_opts = Rex::Parser::Arguments.new(
"-h" => [ false,"Help menu." ],
"-c" => [ true,"Commands to execute. The command must be enclosed in doble quotes and sepparated by a comma."],
"-c" => [ true,"Commands to execute. The command must be enclosed in double quotes and separated by a comma."],
"-f" => [ true,"File where to saved output of command."],
"-s" => [ true,"Text file with list of commands, one per line."]
)