Typo fix, missing comma

This commit is contained in:
Tod Beardsley 2012-03-20 08:58:07 -05:00
parent 75785a8b9f
commit c589420f42
1 changed files with 1 additions and 1 deletions

View File

@ -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}"