diff --git a/lib/wpscan/errors/wordpress.rb b/lib/wpscan/errors/wordpress.rb index 16cc4c86..364524ad 100644 --- a/lib/wpscan/errors/wordpress.rb +++ b/lib/wpscan/errors/wordpress.rb @@ -25,7 +25,8 @@ module WPScan class WpContentDirNotDetected < Standard def to_s - 'Unable to identify the wp-content dir, please supply it with --wp-content-dir' + 'Unable to identify the wp-content dir, please supply it with --wp-content-dir,' \ + ' use the --scope option or make sure the --url value given is the correct one' end end end