Skip to content

Commit 9e15181

Browse files
committed
fix cli arg help
1 parent 6155cda commit 9e15181

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "xcompress"
3-
version = "0.12.3"
3+
version = "0.12.4"
44
authors = ["Magic Len <[email protected]>"]
55
edition = "2021"
66
rust-version = "1.70"

src/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ pub struct ExecutablePaths {
211211
#[arg(help = "Specify the path of your unlzma executable binary file")]
212212
pub unlzma_path: String,
213213

214-
#[arg(name = "7z-path")]
214+
#[arg(name = "7z-path", value_name = "7Z_PATH")]
215215
#[arg(long)]
216216
#[arg(global = true)]
217217
#[arg(default_value = DEFAULT_7Z_PATH)]

0 commit comments

Comments
 (0)