Rollup merge of #48991 - jsgf:remap-path-prefix, r=estebank

Clarify usage message for --remap-path-prefix.
This commit is contained in:
kennytm 2018-03-14 16:29:54 +08:00
commit 55e5ba3b81
No known key found for this signature in database
GPG key ID: FEF6C8051D0E013C

View file

@ -1641,7 +1641,7 @@ pub fn rustc_optgroups() -> Vec<RustcOptGroup> {
opt::multi_s(
"",
"remap-path-prefix",
"remap source names in output",
"Remap source names in all output (compiler messages and output files)",
"FROM=TO",
),
]);