From 771f4ae766347ba52550e4534986e46b863b6815 Mon Sep 17 00:00:00 2001 From: ethicalhack3r Date: Thu, 18 Sep 2014 09:49:17 +0200 Subject: [PATCH] Update docs to reflect new updating logic --- README | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README b/README index 438b939e..686d265c 100644 --- a/README +++ b/README @@ -149,7 +149,7 @@ You should have received a copy of the GNU General Public License along with thi ==WPSCAN ARGUMENTS== ---update Update to the latest revision +--update Update the databases. --url | -u The WordPress URL/domain to scan. @@ -239,7 +239,7 @@ Use custom content directory... ruby wpscan.rb -u www.example.com --wp-content-dir custom-content -Update WPScan... +Update WPScan's databases... ruby wpscan.rb --update diff --git a/README.md b/README.md index 8078c825..65ff88e6 100644 --- a/README.md +++ b/README.md @@ -149,7 +149,7 @@ Apple Xcode, Command Line Tools and the libffi are needed (to be able to install #### WPSCAN ARGUMENTS - --update Update to the latest revision + --update Update the databases. --url | -u The WordPress URL/domain to scan. @@ -239,7 +239,7 @@ Use custom content directory... ```ruby wpscan.rb -u www.example.com --wp-content-dir custom-content``` -Update WPScan... +Update WPScan's databases... ```ruby wpscan.rb --update```