diff --git a/rust/pvimg/src/cmd/create.rs b/rust/pvimg/src/cmd/create.rs index 3e2ca655..c9d39745 100644 --- a/rust/pvimg/src/cmd/create.rs +++ b/rust/pvimg/src/cmd/create.rs @@ -55,7 +55,7 @@ fn parse_flags( .and(Some(PcfV1::all_disabled([PcfV1::AllowDumping]))), lf.enable_dump .filter(|x| *x) - .and(Some(PcfV1::all_disabled([PcfV1::AllowDumping]))), + .and(Some(PcfV1::all_enabled([PcfV1::AllowDumping]))), lf.disable_pckmo .filter(|x| *x) .and(Some(PcfV1::all_disabled([