File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ Set lint forbidden
97
97
Set internal debugging options. Use "-Z help" to print available options.
98
98
.TP
99
99
\fB \- C \fR FLAG[=VAL], \fB \-\- codegen \fR FLAG[=VAL]
100
- Set a codegen-related flag to the value specifie.d Use "-C help" to print
100
+ Set a codegen-related flag to the value specified. Use "-C help" to print
101
101
available flags. See CODEGEN OPTIONS below
102
102
.TP
103
103
\fB \- v \fR , \fB \-\- version \fR
@@ -119,7 +119,7 @@ is invoked.
119
119
.TP
120
120
\fB target-cpu \fR =help
121
121
Selects a target processor. If the value is 'help', then a list of available
122
- cpus is printed.
122
+ CPUs is printed.
123
123
.TP
124
124
\fB target-feature \fR ='+feature1 -feature2'
125
125
A space-separated list of features to enable or disable for the target. A
@@ -132,7 +132,7 @@ cause rustc to print all known passes and exit. The passes specified are
132
132
appended at the end of the normal pass manager.
133
133
.TP
134
134
\fB llvm-args \fR ='-arg1 -arg2'
135
- A space-separted list of argument to pass through to LLVM.
135
+ A space-separated list of arguments to pass through to LLVM.
136
136
.TP
137
137
\fB save-temps \fR
138
138
If specified, the compiler will save more files (.bc, .o, .no-opt.bc) generated
You can’t perform that action at this time.
0 commit comments