docs: fixed CLI args description

There is no -I argument, it's -i instead. Also, documented -w and -e
arguments.

Change-Id: I30f8682f5be3c08b0bce4f7cb0d6659f342b4621
This commit is contained in:
Ihar Hrachyshka 2017-03-06 03:33:37 +00:00
parent dd50cb9522
commit a013bad830
1 changed files with 3 additions and 1 deletions

View File

@ -23,7 +23,9 @@ OPTIONS
--help, -h Print help
--verbose, -v Verbose output
--ignore, -I Tests to ignore, comma separated
--ignore, -i Tests to ignore, comma separated
--error, -e Tests to trigger errors instead of warnings, comma separated
--warn, -w Tests to trigger warnings instead of errors, comma separated
EXAMPLES
========