Skip to content

Commit 4ff4c1f

Browse files
yaahcehuss
andauthored
Update src/bin/cargo/commands/fix.rs
Co-Authored-By: Eric Huss <[email protected]>
1 parent d076f44 commit 4ff4c1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/cargo/commands/fix.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ pub fn cli() -> App {
7575
.arg(
7676
Arg::with_name("clippy")
7777
.long("clippy")
78-
.help("Get fix suggestions from clippy instead of check")
78+
.help("Get fix suggestions from clippy instead of rustc")
7979
.hidden(true),
8080
)
8181
.arg(

0 commit comments

Comments
 (0)