Skip to content

Commit c31122e

Browse files
authored
Rollup merge of #73149 - cuviper:awailable, r=steveklabnik
typo: awailable -> available
2 parents b9b464b + fd483c8 commit c31122e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/doc/unstable-book/src/compiler-flags/report-time.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Available options:
2222

2323
```sh
2424
--report-time [plain|colored]
25-
Show execution time of each test. Awailable values:
25+
Show execution time of each test. Available values:
2626
plain = do not colorize the execution time (default);
2727
colored = colorize output according to the `color`
2828
parameter value;

src/libtest/cli.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ fn optgroups() -> getopts::Options {
115115
.optflagopt(
116116
"",
117117
"report-time",
118-
"Show execution time of each test. Awailable values:
118+
"Show execution time of each test. Available values:
119119
plain = do not colorize the execution time (default);
120120
colored = colorize output according to the `color` parameter value;
121121

0 commit comments

Comments
 (0)