Skip to content

Commit 2d30337

Browse files
committed
Apply suggestion
1 parent 80eb154 commit 2d30337

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/driver.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,8 @@ fn display_help(is_terminal: bool) {
174174
<green,bold>Common options:</>
175175
<cyan,bold>--no-deps</> Run Clippy only on the given crate, without linting the dependencies
176176
<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
179179
<cyan,bold>--explain [LINT]</> Print the documentation for a given lint
180180
181181
See all options with <cyan,bold>cargo check --help</>.

src/main.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ fn show_help(is_terminal: bool) {
1818
<green,bold>Common options:</>
1919
<cyan,bold>--no-deps</> Run Clippy only on the given crate, without linting the dependencies
2020
<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
2323
<cyan,bold>--explain [LINT]</> Print the documentation for a given lint
2424
2525
See all options with <cyan,bold>cargo check --help</>.

0 commit comments

Comments
 (0)