Skip to content

Commit

Permalink
Fixed force binary name to chksum
Browse files Browse the repository at this point in the history
  • Loading branch information
ventaquil committed Aug 19, 2023
1 parent cfcd18e commit 267e222
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed

- Fixed `stdin` option to conflicts only with `paths` arg.
- Fixed force binary name to `chksum`.

### Changed

Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ where
}

#[derive(Debug, clap::Parser)]
#[command(version, about, long_about = None)]
#[command(name = "chksum", version, about, long_about = None)]
pub struct Command {
#[command(subcommand)]
pub subcommand: Subcommand,
Expand Down

0 comments on commit 267e222

Please sign in to comment.