1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-11-12 11:52:01 +01:00

fixed problem with option parsing

git-svn-id: file:///home/svn/framework3/trunk@9946 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
Carlos Perez 2010-08-03 01:13:58 +00:00
parent e26d4ded08
commit 802014c306

View File

@ -43,7 +43,7 @@ end
@@exec_opts.parse(args) do |opt, idx, val|
case opt
when "-c"
when "-cl"
commands = val.gsub(/;/,"\n")
when "-rc"
script = val