Skip to content

Commit

Permalink
fix cli arg help
Browse files Browse the repository at this point in the history
  • Loading branch information
magiclen committed Nov 9, 2023
1 parent 6155cda commit 9e15181
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xcompress"
version = "0.12.3"
version = "0.12.4"
authors = ["Magic Len <len@magiclen.org>"]
edition = "2021"
rust-version = "1.70"
Expand Down
2 changes: 1 addition & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ pub struct ExecutablePaths {
#[arg(help = "Specify the path of your unlzma executable binary file")]
pub unlzma_path: String,

#[arg(name = "7z-path")]
#[arg(name = "7z-path", value_name = "7Z_PATH")]
#[arg(long)]
#[arg(global = true)]
#[arg(default_value = DEFAULT_7Z_PATH)]
Expand Down

0 comments on commit 9e15181

Please sign in to comment.