]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_session/src/config.rs
Clarify `--print target-list` is a rustc's option
[rust.git] / compiler / rustc_session / src / config.rs
index 6540d4610473ca68e8dff72aad3a277633ef3137..3692219cb6d446ab40b5a07ed07ce8c1a01841b0 100644 (file)
@@ -953,7 +953,7 @@ pub fn build_target_config(opts: &Options, target_override: Option<Target>) -> T
             opts.error_format,
             &format!(
                 "Error loading target specification: {}. \
-            Use `--print target-list` for a list of built-in targets",
+                 Run `rustc --print target-list` for a list of built-in targets",
                 e
             ),
         )