SQUASH: --severity specifies *minimum* severity to be handled

Signed-off-by: Martin Schwenke <martin@meltin.net>
This commit is contained in:
Martin Schwenke
2018-08-17 11:12:24 +10:00
committed by Vidar Holen
parent b16da4b242
commit 3fe11927bb
4 changed files with 8 additions and 8 deletions

View File

@@ -58,7 +58,7 @@ not warn at all, as `ksh` supports decimals in arithmetic contexts.
**-S**\ *SEVERITY*,\ **--severity=***severity*
: Specify maximum severity of errors to consider. Valid values are *error*,
: Specify minimum severity of errors to consider. Valid values are *error*,
*warning*, *info* and *style*. The default is *style*.
**-s**\ *shell*,\ **--shell=***shell*