From ae5bae98993120bf8fb1f8aea11c1c014dd93081 Mon Sep 17 00:00:00 2001 From: Francesco Marano Date: Wed, 3 Jun 2015 15:52:33 +0200 Subject: [PATCH] Capitalised 'Last db update' in 'Last DB update' --- wpscan.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wpscan.rb b/wpscan.rb index b2128676..d5fd6294 100755 --- a/wpscan.rb +++ b/wpscan.rb @@ -37,7 +37,7 @@ def main if wpscan_options.version puts "Current version: #{WPSCAN_VERSION}" date = last_update - puts "Last db update: #{date.strftime('%Y-%m-%d')}" unless date.nil? + puts "Last DB update: #{date.strftime('%Y-%m-%d')}" unless date.nil? exit(0) end