File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
doc/unstable-book/src/compiler-flags Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Available options:
2222
2323``` sh
2424--report-time [plain| colored]
25- Show execution time of each test. Awailable values:
25+ Show execution time of each test. Available values:
2626 plain = do not colorize the execution time (default);
2727 colored = colorize output according to the ` color`
2828 parameter value;
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ fn optgroups() -> getopts::Options {
115115 . optflagopt (
116116 "" ,
117117 "report-time" ,
118- "Show execution time of each test. Awailable values:
118+ "Show execution time of each test. Available values:
119119 plain = do not colorize the execution time (default);
120120 colored = colorize output according to the `color` parameter value;
121121
You can’t perform that action at this time.
0 commit comments