From 989d561679a683cdb030794af77cf7107a4f7a2d Mon Sep 17 00:00:00 2001 From: Peter Date: Fri, 2 May 2014 15:04:59 +0200 Subject: [PATCH] Small updates for the --no-color argument switch --- README | 1 + README.md | 1 + lib/wpscan/wpscan_helper.rb | 1 + 3 files changed, 3 insertions(+) diff --git a/README b/README index fa6bba36..0f9dfc75 100644 --- a/README +++ b/README @@ -179,6 +179,7 @@ ryandewhurst at gmail --batch Never ask for user input, use the default behaviour. +--no-color Do not use colors in the output. ==WPSCAN EXAMPLES== diff --git a/README.md b/README.md index 471e17e2..7a8a9731 100644 --- a/README.md +++ b/README.md @@ -193,6 +193,7 @@ Apple Xcode, Command Line Tools and the libffi are needed (to be able to install --batch Never ask for user input, use the default behaviour. + --no-color Do not use colors in the output. #### WPSCAN EXAMPLES diff --git a/lib/wpscan/wpscan_helper.rb b/lib/wpscan/wpscan_helper.rb index 566046ca..19ab0d2c 100644 --- a/lib/wpscan/wpscan_helper.rb +++ b/lib/wpscan/wpscan_helper.rb @@ -101,5 +101,6 @@ def help puts '--help | -h This help screen.' puts '--verbose | -v Verbose output.' puts '--batch Never ask for user input, use the default behaviour.' + puts '--no-color Do not use colors in the output.' puts end