Skip to content

Commit

Permalink
Rollup merge of rust-lang#50594 - sanxiyn:man-print, r=steveklabnik
Browse files Browse the repository at this point in the history
Update the man page with additional --print options

`\:` is a `groff` for `<wbr>` to get better line breaking.
  • Loading branch information
GuillaumeGomez authored May 15, 2018
2 parents d4bd85d + 3778356 commit 30c0b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/man/rustc.1
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Configure the output that \fBrustc\fR will produce. Each emission may also have
an optional explicit output \fIPATH\fR specified for that particular emission
kind. This path takes precedence over the \fB-o\fR option.
.TP
\fB\-\-print\fR [crate\-name|file\-names|sysroot]
\fB\-\-print\fR [crate\-name|\:file\-names|\:sysroot|\:cfg|\:target\-list|\:target\-cpus|\:target\-features|\:relocation\-models|\:code\-models|\:tls\-models|\:target\-spec\-json|\:native\-static\-libs]
Comma separated list of compiler information to print on stdout.
.TP
\fB\-g\fR
Expand Down

0 comments on commit 30c0b56

Please sign in to comment.