diff --git a/espflash/src/cli/mod.rs b/espflash/src/cli/mod.rs index feadef32..6ee19fe1 100644 --- a/espflash/src/cli/mod.rs +++ b/espflash/src/cli/mod.rs @@ -229,7 +229,7 @@ pub struct SaveImageArgs { #[arg(long)] pub merge: bool, /// Custom partition table for merging - #[arg(long, short = 'T', requires = "merge", value_name = "FILE")] + #[arg(long, short = 'T', value_name = "FILE")] pub partition_table: Option, /// Partition table offset #[arg(long, value_name = "OFFSET")]