diff --git a/src/commands/parser.rs b/src/commands/parser.rs index 80876deb2..a6d7a682a 100644 --- a/src/commands/parser.rs +++ b/src/commands/parser.rs @@ -411,8 +411,8 @@ pub struct Dump { pub format: Option, /// Used to automatically overwrite existing files of the same name. Defaults - /// to `true` when `--all` is used, otherwise `false`. - #[arg(long)] + /// to `true`. + #[arg(long, default_value = "true")] pub overwrite_existing: bool, }