From f9b21aeb368fd0ef5cfa8b8a9a90ffff3cf16f05 Mon Sep 17 00:00:00 2001 From: Matt Miller Date: Mon, 28 Nov 2005 16:38:13 +0000 Subject: [PATCH] copy/paste action git-svn-id: file:///home/svn/incoming/trunk@3147 4d416f70-5f16-0410-b530-b9f4589650da --- msfd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msfd b/msfd index 21db365c75..8e6cf57f08 100755 --- a/msfd +++ b/msfd @@ -5,7 +5,7 @@ $:.unshift(File.join(File.dirname(__FILE__), '../lib')) require 'msf/base' require 'msf/ui' -# Declare the argument parser for msfweb +# Declare the argument parser for msfd arguments = Rex::Parser::Arguments.new( "-a" => [ true, "Bind to this IP address instead of loopback" ], "-p" => [ true, "Bind to this port instead of 55554" ],