Fixes #464 - Readmes updated to reflect recent changes about the config file & batch mode

This commit is contained in:
erwanlr
2014-04-30 16:59:17 +02:00
parent ea57290792
commit a00f0d8367
4 changed files with 69 additions and 55 deletions

View File

@@ -6,7 +6,7 @@ class StatsPlugin < Plugin
super(author: 'WPScanTeam - Christian Mehlmauer')
register_options(
['--stats', '--s', 'Show WpScan Database statistics']
['--stats', '-s', 'Show WpScan Database statistics.']
)
end