Skip to content

Commit 55e5ba3

Browse files
committed
Rollup merge of #48991 - jsgf:remap-path-prefix, r=estebank
Clarify usage message for --remap-path-prefix.
2 parents 4074baf + 6d534d5 commit 55e5ba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/session/config.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1641,7 +1641,7 @@ pub fn rustc_optgroups() -> Vec<RustcOptGroup> {
16411641
opt::multi_s(
16421642
"",
16431643
"remap-path-prefix",
1644-
"remap source names in output",
1644+
"Remap source names in all output (compiler messages and output files)",
16451645
"FROM=TO",
16461646
),
16471647
]);

0 commit comments

Comments
 (0)