From 4ff03fadb88e1fcc33333410cf5de94b0177dbba Mon Sep 17 00:00:00 2001 From: Carlos Perez Date: Sat, 10 Jul 2010 16:36:51 +0000 Subject: [PATCH] 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 --- scripts/meterpreter/multi_console_command.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/meterpreter/multi_console_command.rb b/scripts/meterpreter/multi_console_command.rb index fc61141ea0..dcdf517c84 100644 --- a/scripts/meterpreter/multi_console_command.rb +++ b/scripts/meterpreter/multi_console_command.rb @@ -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