changed -c to -cl option do to conflict with sessions command

git-svn-id: file:///home/svn/framework3/trunk@9767 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Carlos Perez 2010-07-10 16:36:51 +00:00
parent a731efa5ce
commit 4ff03fadb8
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
# Setting Arguments
@@exec_opts = Rex::Parser::Arguments.new(
"-h" => [ false,"Help menu." ],
"-c" => [ true,"Commands to execute. The command must be enclosed in double quotes and separated by a comma."],
"-cl" => [ true,"Commands to execute. The command must be enclosed in double quotes and separated by a comma."],
"-rc" => [ true,"Text file with list of commands, one per line."]
)
#Setting Argument variables