Fixes a compile error that only flagged on ruby 1.8

git-svn-id: file:///home/svn/framework3/trunk@7219 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2009-10-20 22:42:44 +00:00
parent 0fff5e5bc8
commit a3c9c5d669
1 changed files with 1 additions and 2 deletions

View File

@ -12,8 +12,7 @@ session = client
opts = Rex::Parser::Arguments.new(
"-h" => [ false, "This help menu"],
"-r" => [ false, "Uninstall an existing Meterpreter service (files must be deleted manually)"],
"-A" => [ false, "Automatically start a matching multi/handler to connect to the service"],
"-A" => [ false, "Automatically start a matching multi/handler to connect to the service"]
)
# Exec a command and return the results