mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
Fix grammar of --test-runtool-arg help text
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user