about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2014-10-10 14:57:03 +0000
committerbors <bors@rust-lang.org>2014-10-10 14:57:03 +0000
commit78a7676898d9f80ab540c6df5d4c9ce35bb50463 (patch)
treee3c5f8c43e070e81729abe540e8eba61be24ead4
parent45797a0765e74d6972f194c5c79425cd65474d53 (diff)
parentdb087de0799c235eeb5ef8b858ee3eb1fe72ae09 (diff)
auto merge of #17793 : simias/rust/master, r=huonw
The man page stated that the list of features was space-separated when
it's actually comma-separated.
-rw-r--r--man/rustc.14
1 files changed, 2 insertions, 2 deletions
diff --git a/man/rustc.1 b/man/rustc.1
index 197b0d43744..6d4f6aa8437 100644
--- a/man/rustc.1
+++ b/man/rustc.1
@@ -125,8 +125,8 @@ is invoked.
 Selects a target processor. If the value is 'help', then a list of available
 CPUs is printed.
 .TP
-\fBtarget-feature\fR='+feature1 -feature2'
-A space-separated list of features to enable or disable for the target. A
+\fBtarget-feature\fR='+feature1,-feature2'
+A comma-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 target-cpu=help.
 .TP