From c589420f4215c6d62e2509743ab26de28515dc8d Mon Sep 17 00:00:00 2001 From: Tod Beardsley Date: Tue, 20 Mar 2012 08:58:07 -0500 Subject: [PATCH] Typo fix, missing comma --- lib/msf/ui/console/command_dispatcher/core.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/msf/ui/console/command_dispatcher/core.rb b/lib/msf/ui/console/command_dispatcher/core.rb index 61d02b276f..40c160693d 100644 --- a/lib/msf/ui/console/command_dispatcher/core.rb +++ b/lib/msf/ui/console/command_dispatcher/core.rb @@ -1303,7 +1303,7 @@ class Core "author" => "Modules written by this author", "cve" => "Modules with a matching CVE ID", "bid" => "Modules with a matching Bugtraq ID", - "osvdb" => "Modules with a matching OSVDB ID" + "osvdb" => "Modules with a matching OSVDB ID", "edb" => "Modules with a matching Exploit-DB ID" }.each_pair do |keyword, description| print_line " #{keyword.ljust 10}: #{description}"