diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2018-05-15 14:26:56 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-15 14:26:56 +0200 |
| commit | 30c0b56e8fc5869e047965ff59eefb56be06ca21 (patch) | |
| tree | 8b7287e64259e2d8546a13087fa6280f8286699c | |
| parent | d4bd85d68e182fa29f63a497cc53470b13df098d (diff) | |
| parent | 37783563edf74b6e3a4c816ec2ff3911fad30e8c (diff) | |
| download | rust-30c0b56e8fc5869e047965ff59eefb56be06ca21.tar.gz rust-30c0b56e8fc5869e047965ff59eefb56be06ca21.zip | |
Rollup merge of #50594 - sanxiyn:man-print, r=steveklabnik
Update the man page with additional --print options `\:` is a `groff` for `<wbr>` to get better line breaking.
| -rw-r--r-- | src/doc/man/rustc.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/man/rustc.1 b/src/doc/man/rustc.1 index 39d10539959..8f611063dbe 100644 --- a/src/doc/man/rustc.1 +++ b/src/doc/man/rustc.1 @@ -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 |
