File tree 2 files changed +2
-2
lines changed
doc/unstable-book/src/compiler-flags
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Available options:
22
22
23
23
``` sh
24
24
--report-time [plain| colored]
25
- Show execution time of each test. Awailable values:
25
+ Show execution time of each test. Available values:
26
26
plain = do not colorize the execution time (default);
27
27
colored = colorize output according to the ` color`
28
28
parameter value;
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ fn optgroups() -> getopts::Options {
115
115
. optflagopt (
116
116
"" ,
117
117
"report-time" ,
118
- "Show execution time of each test. Awailable values:
118
+ "Show execution time of each test. Available values:
119
119
plain = do not colorize the execution time (default);
120
120
colored = colorize output according to the `color` parameter value;
121
121
You can’t perform that action at this time.
0 commit comments