about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2015-12-05 03:39:45 +0000
committerbors <bors@rust-lang.org>2015-12-05 03:39:45 +0000
commit3e2ebaa9183d8e58693de408685e05ac2ad8ee31 (patch)
treeb2bbfc4cb4341fa268240580842f970a138a8308
parentd49e365528e026df6f56fe5eb001e81e2383fbf5 (diff)
parentdeccd93531934d6aa1f5e4ba913101572a06d66a (diff)
downloadrust-3e2ebaa9183d8e58693de408685e05ac2ad8ee31.tar.gz
rust-3e2ebaa9183d8e58693de408685e05ac2ad8ee31.zip
Auto merge of #30210 - nagisa:tweak-man, r=alexcrichton
r? @alexcrichton
-rw-r--r--man/rustc.19
1 files changed, 5 insertions, 4 deletions
diff --git a/man/rustc.1 b/man/rustc.1
index 56e3fe0515e..f383f51052f 100644
--- a/man/rustc.1
+++ b/man/rustc.1
@@ -52,10 +52,11 @@ Comma separated list of types of crates for the compiler to emit.
 \fB\-\-crate\-name\fR \fINAME\fR
 Specify the name of the crate being built.
 .TP
-\fB\-\-emit\fR [asm|llvm\-bc|llvm\-ir|obj|link|dep\-info]
-Configure the output that \fBrustc\fR will produce. Each option may also be of
-the form KIND=PATH to specify the explicit output location for that particular
-emission kind.
+\fB\-\-emit\fR [asm|llvm\-bc|llvm\-ir|obj|link|dep\-info][=\fIPATH\fR]
+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]
 Comma separated list of compiler information to print on stdout.