about summary refs log tree commit diff
path: root/man
diff options
context:
space:
mode:
authorRalph Giles <giles@mozilla.com>2015-05-26 16:06:43 -0700
committerRalph Giles <giles@mozilla.com>2015-05-26 16:29:32 -0700
commitbb61b0b8bb7c078bfa035cd5c392f029802b49ec (patch)
tree9dad7c7efc0351c26bf83fb1b089dd84703f7e84 /man
parentea5c8eb2c9ca9af16a141b0e9b0f22c1b99b0495 (diff)
downloadrust-bb61b0b8bb7c078bfa035cd5c392f029802b49ec.tar.gz
rust-bb61b0b8bb7c078bfa035cd5c392f029802b49ec.zip
Update rustc manpage.
rustc -C target-cpu=help is no longer supported. Recommend the
llc tool intead like 'rustc --help'.
Diffstat (limited to 'man')
-rw-r--r--man/rustc.12
1 files changed, 1 insertions, 1 deletions
diff --git a/man/rustc.1 b/man/rustc.1
index 36f4e529b6c..0cb1c5dc32b 100644
--- a/man/rustc.1
+++ b/man/rustc.1
@@ -160,7 +160,7 @@ If the value is 'help', then a list of available CPUs is printed.
 \fBtarget\-feature\fR='\fI+feature1\fR,\fI\-feature2\fR'
 A comma\[hy]separated list of features to enable or disable for the target.
 A preceding '+' enables a feature while a preceding '\-' disables it.
-Available features can be discovered through \fItarget\-cpu=help\fR.
+Available features can be discovered through \fIllc -mcpu=help\fR.
 .TP
 \fBpasses\fR=\fIval\fR
 A space\[hy]separated list of extra LLVM passes to run.