Skip to content

Commit db087de

Browse files
author
Lionel Flandrin
committed
Fix target-feature codegen option syntax in rustc man page.
The man page stated that the list of features was space-separated when it's actually comma-separated.
1 parent dfbe9eb commit db087de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: 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)