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```