Rollup merge of #73149 - cuviper:awailable, r=steveklabnik
typo: awailable -> available
This commit is contained in:
commit
8a0e6e9335
2 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ Available options:
|
|||
|
||||
```sh
|
||||
--report-time [plain|colored]
|
||||
Show execution time of each test. Awailable values:
|
||||
Show execution time of each test. Available values:
|
||||
plain = do not colorize the execution time (default);
|
||||
colored = colorize output according to the `color`
|
||||
parameter value;
|
||||
|
|
|
@ -115,7 +115,7 @@ fn optgroups() -> getopts::Options {
|
|||
.optflagopt(
|
||||
"",
|
||||
"report-time",
|
||||
"Show execution time of each test. Awailable values:
|
||||
"Show execution time of each test. Available values:
|
||||
plain = do not colorize the execution time (default);
|
||||
colored = colorize output according to the `color` parameter value;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue