From de1d047c0853b5e1aa8035458de63cd37e319312 Mon Sep 17 00:00:00 2001 From: erwanlr Date: Tue, 25 Nov 2014 17:44:01 +0100 Subject: [PATCH] Adds the --version in the help - Fixes #716 --- lib/wpscan/wpscan_helper.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/wpscan/wpscan_helper.rb b/lib/wpscan/wpscan_helper.rb index 637be9e9..e41ad43c 100644 --- a/lib/wpscan/wpscan_helper.rb +++ b/lib/wpscan/wpscan_helper.rb @@ -106,6 +106,7 @@ def help puts '--max-threads Maximum Threads.' puts '--help | -h This help screen.' puts '--verbose | -v Verbose output.' + puts '--version Output the current version and exit.' puts end