File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -174,8 +174,8 @@ fn display_help(is_terminal: bool) {
174
174
<green,bold>Common options:</>
175
175
<cyan,bold>--no-deps</> Run Clippy only on the given crate, without linting the dependencies
176
176
<cyan,bold>--fix</> Automatically apply lint suggestions. This flag implies <cyan>--no-deps</> and <cyan>--all-targets</>
177
- <cyan,bold>-h, --help</> Print this message
178
- <cyan,bold>-V, --version</> Print version info and exit
177
+ <cyan,bold>-h</>, <cyan,bold> --help</> Print this message
178
+ <cyan,bold>-V</>, <cyan,bold> --version</> Print version info and exit
179
179
<cyan,bold>--explain [LINT]</> Print the documentation for a given lint
180
180
181
181
See all options with <cyan,bold>cargo check --help</>.
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ fn show_help(is_terminal: bool) {
18
18
<green,bold>Common options:</>
19
19
<cyan,bold>--no-deps</> Run Clippy only on the given crate, without linting the dependencies
20
20
<cyan,bold>--fix</> Automatically apply lint suggestions. This flag implies <cyan>--no-deps</> and <cyan>--all-targets</>
21
- <cyan,bold>-h, --help</> Print this message
22
- <cyan,bold>-V, --version</> Print version info and exit
21
+ <cyan,bold>-h</>, <cyan,bold> --help</> Print this message
22
+ <cyan,bold>-V</>, <cyan,bold> --version</> Print version info and exit
23
23
<cyan,bold>--explain [LINT]</> Print the documentation for a given lint
24
24
25
25
See all options with <cyan,bold>cargo check --help</>.
You can’t perform that action at this time.
0 commit comments