File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
tests/run-make/rustdoc-default-output Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -520,7 +520,7 @@ fn opts() -> Vec<RustcOptGroup> {
520
520
"" ,
521
521
"test-runtool-arg" ,
522
522
"" ,
523
- "One (of possibly many) arguments to pass to the runtool" ,
523
+ "One argument (of possibly many) to pass to the runtool" ,
524
524
) ,
525
525
opt(
526
526
Unstable ,
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ Options:
140
140
documentation
141
141
--test-runtool The tool to run tests with when building for a different target than host
142
142
143
- --test-runtool-arg One (of possibly many) arguments to pass to the runtool
143
+ --test-runtool-arg One argument (of possibly many) to pass to the runtool
144
144
145
145
--test-builder PATH
146
146
The rustc-like binary to use as the test builder
You can’t perform that action at this time.
0 commit comments