comment fix

git-svn-id: file:///home/svn/framework3/trunk@6028 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
kris 2008-12-19 23:43:45 +00:00
parent 11ffd478d4
commit 6dc9be6729
1 changed files with 1 additions and 1 deletions

2
msfrpc
View File

@ -11,7 +11,7 @@ $:.unshift(ENV['MSF_LOCAL_LIB']) if ENV['MSF_LOCAL_LIB']
require 'msf/core/rpc'
require 'rex/ui'
# Declare the argument parser for msfxmld
# Declare the argument parser for msfrpc
arguments = Rex::Parser::Arguments.new(
"-h" => [ true, "Connect to this IP address" ],
"-p" => [ true, "Connect to the specified port instead of 55553" ],