Skip to content

Commit

Permalink
Fix example of command ext
Browse files Browse the repository at this point in the history
  • Loading branch information
homberger authored Aug 11, 2024
1 parent 2a32a52 commit 7bf4f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion czkawka_cli/src/commands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ pub enum Commands {
#[clap(
name = "ext",
about = "Finds files with invalid extensions",
after_help = "EXAMPLE:\n czkawka broken -d /home/czokolada/ -f results.txt"
after_help = "EXAMPLE:\n czkawka ext -d /home/czokolada/ -f results.txt"
)]
BadExtensions(BadExtensionsArgs),
#[clap(name = "tester", about = "Small utility to test supported speed of ", after_help = "EXAMPLE:\n czkawka tester")]
Expand Down

0 comments on commit 7bf4f87

Please sign in to comment.