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