From 9daae2ceaa049380fd1cd66a657667847ddefe87 Mon Sep 17 00:00:00 2001 From: dkemp Date: Tue, 24 Feb 2009 16:49:39 +0000 Subject: [PATCH] git-svn-id: https://dedected.org/svn/trunk@80 8d8ab74c-27aa-4a3d-9bde-523a2bc1f624 --- metasploit-dect/call_scanner.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/metasploit-dect/call_scanner.rb b/metasploit-dect/call_scanner.rb index ea92aa5..d4bf878 100755 --- a/metasploit-dect/call_scanner.rb +++ b/metasploit-dect/call_scanner.rb @@ -10,8 +10,7 @@ class Metasploit3 < Msf::Auxiliary 'Name' => 'DECT Call Scanner', 'Version' => '$revision$', 'Description' => %q{ - This module scans for active DECT -calls, it does not do recording yet. + This module scans for active DECT calls, it does not do recording yet. }, 'Author' => ['DK '], @@ -25,8 +24,7 @@ calls, it does not do recording yet. register_options( [ - OptString.new('VERBOSE',[false,'Be -verbose.',true]) + OptString.new('VERBOSE',[false,'Be verbose.',true]) ], self.class )