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> {
520520 "" ,
521521 "test-runtool-arg" ,
522522 "" ,
523- "One (of possibly many) arguments to pass to the runtool" ,
523+ "One argument (of possibly many) to pass to the runtool" ,
524524 ) ,
525525 opt(
526526 Unstable ,
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ Options:
140140 documentation
141141 --test-runtool The tool to run tests with when building for a different target than host
142142
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
144144
145145 --test-builder PATH
146146 The rustc-like binary to use as the test builder
You can’t perform that action at this time.
0 commit comments