Skip to content

Commit

Permalink
Change README.md and fix version in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
nullscry committed Jan 5, 2023
1 parent 19178a0 commit 831ea17
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 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 = "dupe-be-gone"
version = "0.1.0"
version = "0.0.2"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

A simple CLI to recursively find and remove duplicate files

This is a project that I like to work on to get better at Rust.

Hopefuly it will also be useful to others when it is in a releasable state :).
This is a project that I like to work on to improve my Rust skills.

```sh
dupe-be-gone --help
Expand All @@ -16,8 +14,9 @@ Arguments:
[FILE_DIR] Name of the directory to start recursive dupelicate search

Options:
-c, --combined Whether to consider comparing files from different directories
-s, --silent Whether to print outputs of details
-h, --help Print help information
-V, --version Print version information
-c, --combined Whether to consider comparing files from different directories
-s, --silent Whether to print outputs of details
-t, --threads <THREADS> Number of threads to use. Higher values will speed up the process. But higher values might also hog resources [default: 128]
-h, --help Print help information
-V, --version Print version information
```

0 comments on commit 831ea17

Please sign in to comment.