Improve wording in the -{W,A,F,D} options

Fixes #28708.
This commit is contained in:
Tobias Schottdorf 2017-03-12 06:12:05 -04:00
parent d9cf601ae8
commit 7bfc64ab0f
1 changed files with 1 additions and 1 deletions

View File

@ -738,7 +738,7 @@ Available lint options:
Allow <foo>
-D <foo> Deny <foo>
-F <foo> Forbid <foo> \
(deny, and deny all overrides)
(deny <foo> and all attempts to override)
");