Rollup merge of #73149 - cuviper:awailable, r=steveklabnik

typo: awailable -> available
This commit is contained in:
Dylan DPC 2020-06-10 01:06:34 +02:00 committed by GitHub
commit 8a0e6e9335
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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;

View file

@ -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;