Skip to content

Commit

Permalink
auto merge of #17793 : simias/rust/master, r=huonw
Browse files Browse the repository at this point in the history
The man page stated that the list of features was space-separated when
it's actually comma-separated.
  • Loading branch information
bors committed Oct 10, 2014
2 parents 45797a0 + db087de commit 78a7676
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions man/rustc.1
Expand Up @@ -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
Expand Down

0 comments on commit 78a7676

Please sign in to comment.