Fix grammar of --test-runtool-arg help text

This commit is contained in:
Eric Huss
2025-04-14 12:56:02 -07:00
parent f535922f20
commit 115341f767
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -520,7 +520,7 @@ fn opts() -> Vec<RustcOptGroup> {
"",
"test-runtool-arg",
"",
"One (of possibly many) arguments to pass to the runtool",
"One argument (of possibly many) to pass to the runtool",
),
opt(
Unstable,
@@ -140,7 +140,7 @@ Options:
documentation
--test-runtool The tool to run tests with when building for a different target than host
--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
--test-builder PATH
The rustc-like binary to use as the test builder