From 18cfdafc191413ad7f1e0d9d45bdf486f85f3187 Mon Sep 17 00:00:00 2001 From: ethicalhack3r Date: Thu, 15 Oct 2015 16:28:42 +0200 Subject: [PATCH] Fix typo in options --- README.md | 2 +- lib/wpscan/wpscan_helper.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0e062645..23bc0350 100644 --- a/README.md +++ b/README.md @@ -209,7 +209,7 @@ Apple Xcode, Command Line Tools and the libffi are needed (to be able to install #### WPSCAN ARGUMENTS - --update Update to the database to the latest version. + --update Update the database to the latest version. --url | -u The WordPress URL/domain to scan. --force | -f Forces WPScan to not check if the remote site is running WordPress. --enumerate | -e [option(s)] Enumeration. diff --git a/lib/wpscan/wpscan_helper.rb b/lib/wpscan/wpscan_helper.rb index 635852b9..48c965c2 100644 --- a/lib/wpscan/wpscan_helper.rb +++ b/lib/wpscan/wpscan_helper.rb @@ -62,7 +62,7 @@ def help puts puts 'Some values are settable in a config file, see the example.conf.json' puts - puts '--update Update to the database to the latest version.' + puts '--update Update the database to the latest version.' puts '--url | -u The WordPress URL/domain to scan.' puts '--force | -f Forces WPScan to not check if the remote site is running WordPress.' puts '--enumerate | -e [option(s)] Enumeration.'