From 6dc9be6729242354d10e90d2f868013f53cfdbdc Mon Sep 17 00:00:00 2001 From: kris <> Date: Fri, 19 Dec 2008 23:43:45 +0000 Subject: [PATCH] comment fix git-svn-id: file:///home/svn/framework3/trunk@6028 4d416f70-5f16-0410-b530-b9f4589650da --- msfrpc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msfrpc b/msfrpc index 7110b52e8d..905f8319a9 100755 --- a/msfrpc +++ b/msfrpc @@ -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" ],