Skip to content

Commit 115341f

Browse files
committed
Fix grammar of --test-runtool-arg help text
1 parent f535922 commit 115341f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/librustdoc/lib.rs

+1-1
Original file line numberDiff line numberDiff 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,

tests/run-make/rustdoc-default-output/output-default.stdout

+1-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)