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