Rollup merge of #40453 - tschottdorf:lint-deny-wording, r=alexcrichton

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

This was so trivial that I'm wondering whether I'm missing something.

Fixes #28708.
This commit is contained in:
Corey Farwell 2017-03-12 12:48:50 -04:00 committed by GitHub
commit 3b002a8ab5

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)
");