From 7bfc64ab0fed6cfde9b9148b17b908f7a2acbaca Mon Sep 17 00:00:00 2001 From: Tobias Schottdorf Date: Sun, 12 Mar 2017 06:12:05 -0400 Subject: [PATCH] Improve wording in the -{W,A,F,D} options Fixes #28708. --- src/librustc_driver/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -D Deny -F Forbid \ - (deny, and deny all overrides) + (deny and all attempts to override) ");