From c147575255b762e64edc1526b994d169cc5fb578 Mon Sep 17 00:00:00 2001 From: Joshua Drake Date: Fri, 22 Jan 2010 17:39:51 +0000 Subject: [PATCH] fix error message git-svn-id: file:///home/svn/framework3/trunk@8196 4d416f70-5f16-0410-b530-b9f4589650da --- lib/msf/ui/console/command_dispatcher/db.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/msf/ui/console/command_dispatcher/db.rb b/lib/msf/ui/console/command_dispatcher/db.rb index d97172bbc7..b6179881ec 100644 --- a/lib/msf/ui/console/command_dispatcher/db.rb +++ b/lib/msf/ui/console/command_dispatcher/db.rb @@ -903,7 +903,7 @@ class Db end if (not File.readable?(args[0])) - print_status("Could not read the NESSUS file") + print_status("Could not read the NMAP file") return end framework.db.import_nmap_xml_file(args[0])