Skip to content

Commit 78a7676

Browse files
committed
auto merge of rust-lang#17793 : simias/rust/master, r=huonw
The man page stated that the list of features was space-separated when it's actually comma-separated.
2 parents 45797a0 + db087de commit 78a7676

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

man/rustc.1

+2-2
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ is invoked.
125125
Selects a target processor. If the value is 'help', then a list of available
126126
CPUs is printed.
127127
.TP
128-
\fBtarget-feature\fR='+feature1 -feature2'
129-
A space-separated list of features to enable or disable for the target. A
128+
\fBtarget-feature\fR='+feature1,-feature2'
129+
A comma-separated list of features to enable or disable for the target. A
130130
preceding '+' enables a feature while a preceding '-' disables it. Available
131131
features can be discovered through target-cpu=help.
132132
.TP

0 commit comments

Comments
 (0)