diff --git a/src/main.rs b/src/main.rs index 27df71d..fbf7b04 100644 --- a/src/main.rs +++ b/src/main.rs @@ -178,7 +178,7 @@ struct WriteArgs { size: Option, /// Don't reset the microcontroller after writing - #[arg(short, long, action=ArgAction::SetFalse)] + #[arg(short, long)] no_reset: bool, /// Erase method to use before writing