We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f535922 commit 115341fCopy full SHA for 115341f
src/librustdoc/lib.rs
@@ -520,7 +520,7 @@ fn opts() -> Vec<RustcOptGroup> {
520
"",
521
"test-runtool-arg",
522
523
- "One (of possibly many) arguments to pass to the runtool",
+ "One argument (of possibly many) to pass to the runtool",
524
),
525
opt(
526
Unstable,
tests/run-make/rustdoc-default-output/output-default.stdout
@@ -140,7 +140,7 @@ Options:
140
documentation
141
--test-runtool The tool to run tests with when building for a different target than host
142
143
- --test-runtool-arg One (of possibly many) arguments to pass to the runtool
+ --test-runtool-arg One argument (of possibly many) to pass to the runtool
144
145
--test-builder PATH
146
The rustc-like binary to use as the test builder
0 commit comments