diff --git a/src/main.rs b/src/main.rs index 46a47ad..8153443 100644 --- a/src/main.rs +++ b/src/main.rs @@ -123,7 +123,7 @@ struct ItemArgs { #[arg(help("Set metadata for the item using the format KEY=[VALUE], the metadata will be removed if VALUE is not provided"))] meta: Vec, - #[arg(help_heading("Item Options"), short('C'), long, env("KEEP_COMPRESSION"), )] + #[arg(help_heading("Item Options"), short, long, env("KEEP_COMPRESSION"), )] #[arg(help("Compression algorithm to use when saving items"))] compression: Option, }