Skip to content

Commit

Permalink
Forgot to update usage in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PsychedelicShayna committed Sep 14, 2024
1 parent 2dbcd14 commit 7e359b4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jw"
version = "2.2.3"
version = "2.2.4"
edition = "2021"

description = "Blazingly fast filesystem traverser and mass file hasher with diff support, powered by jwalk and xxh3!"
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ fn checksum_diff(paths: &[String], print_stats: bool) {

fn main() {
let matches = Command::new("jw")
.version("2.2.3")
.version("2.2.4")
.about("A CLI frontend to jwalk for blazingly fast filesystem traversal!")
.arg(Arg::new("live-print")
.long("live")
Expand Down

0 comments on commit 7e359b4

Please sign in to comment.