about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTobias Schottdorf <tobias.schottdorf@gmail.com>2017-03-12 06:12:05 -0400
committerTobias Schottdorf <tobias.schottdorf@gmail.com>2017-03-12 06:12:05 -0400
commit7bfc64ab0fed6cfde9b9148b17b908f7a2acbaca (patch)
tree294f362f3dc86d94c0bf970fc0ffeaffcb47bc38
parentd9cf601ae822d07412a79aeedeabb802aa94cb34 (diff)
downloadrust-7bfc64ab0fed6cfde9b9148b17b908f7a2acbaca.tar.gz
rust-7bfc64ab0fed6cfde9b9148b17b908f7a2acbaca.zip
Improve wording in the -{W,A,F,D} options
Fixes #28708.
-rw-r--r--src/librustc_driver/lib.rs2
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)
 
 ");