diff options
| author | Tobias Schottdorf <tobias.schottdorf@gmail.com> | 2017-03-12 06:12:05 -0400 |
|---|---|---|
| committer | Tobias Schottdorf <tobias.schottdorf@gmail.com> | 2017-03-12 06:12:05 -0400 |
| commit | 7bfc64ab0fed6cfde9b9148b17b908f7a2acbaca (patch) | |
| tree | 294f362f3dc86d94c0bf970fc0ffeaffcb47bc38 | |
| parent | d9cf601ae822d07412a79aeedeabb802aa94cb34 (diff) | |
| download | rust-7bfc64ab0fed6cfde9b9148b17b908f7a2acbaca.tar.gz rust-7bfc64ab0fed6cfde9b9148b17b908f7a2acbaca.zip | |
Improve wording in the -{W,A,F,D} options
Fixes #28708.
| -rw-r--r-- | src/librustc_driver/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_driver/lib.rs b/src/librustc_driver/lib.rs index 9810f121ef2..62d75126557 100644 --- a/src/librustc_driver/lib.rs +++ b/src/librustc_driver/lib.rs @@ -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) "); |
