Small updates for the --no-color argument switch

This commit is contained in:
Peter
2014-05-02 15:04:59 +02:00
parent b349990b19
commit 989d561679
3 changed files with 3 additions and 0 deletions

1
README
View File

@@ -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==

View File

@@ -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

View File

@@ -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