Skip to content

Commit

Permalink
Rollup merge of rust-lang#73149 - cuviper:awailable, r=steveklabnik
Browse files Browse the repository at this point in the history
typo: awailable -> available
  • Loading branch information
Dylan-DPC authored Jun 9, 2020
2 parents b9b464b + fd483c8 commit c31122e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/doc/unstable-book/src/compiler-flags/report-time.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion src/libtest/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c31122e

Please sign in to comment.