changed -c to -cl option do to conflict with sessions command
git-svn-id: file:///home/svn/framework3/trunk@9767 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
a731efa5ce
commit
4ff03fadb8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue