mirror of
https://github.com/xavo95/repak.git
synced 2025-01-18 10:54:38 +00:00
Typo
This commit is contained in:
parent
f8c345d37e
commit
697ceda727
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ struct ActionPack {
|
|||
)]
|
||||
version: repak::Version,
|
||||
|
||||
/// Compressio
|
||||
/// Compression
|
||||
#[arg(
|
||||
long,
|
||||
value_parser = clap::builder::PossibleValuesParser::new(repak::Compression::VARIANTS).map(|s| s.parse::<repak::Compression>().unwrap())
|
||||
|
|
Loading…
Reference in a new issue