Skip to content

Commit

Permalink
feat: add --fix to footer (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
QuiiBz authored Nov 3, 2023
1 parent 92f9963 commit 55b76fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/printer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ pub fn print_footer(
);
println!(
"{}",
" Note: use `-i` to ignore dependencies, `-r` to ignore rules, and `-p` to ignore packages."
" Note: use `-i` to ignore dependencies, `-r` to ignore rules, `-p` to ignore packages, and `--fix` to autofix fixable issues."
.bright_black()
);
}

0 comments on commit 55b76fc

Please sign in to comment.