typo: awailable -> available

This commit is contained in:
Josh Stone 2020-06-08 13:37:58 -07:00
parent bc10b68e79
commit fd483c86db
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;