We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f96e79f commit 57ba923Copy full SHA for 57ba923
src/main.rs
@@ -71,7 +71,7 @@ fn scan() -> io::Result<()> {
71
style(format!("{}", artifacts.len())).bold()
72
))?;
73
74
- term.write_line("Use `crafty clean` to remove these safely")?;
+ term.write_line("Use `crufty clean` to remove these safely")?;
75
76
Ok(())
77
}
0 commit comments