diff --git a/src/librustc/session/config.rs b/src/librustc/session/config.rs index 3111777f4ad5..219607a456b4 100644 --- a/src/librustc/session/config.rs +++ b/src/librustc/session/config.rs @@ -831,7 +831,7 @@ macro_rules! options { pub const parse_lto: Option<&'static str> = Some("one of `thin`, `fat`, or omitted"); pub const parse_cross_lang_lto: Option<&'static str> = - Some("either a boolean (`yes`, `no`, `on`, `off`, etc), `no-link`, \ + Some("either a boolean (`yes`, `no`, `on`, `off`, etc), \ or the path to the linker plugin"); }