Make it so --encrypt false works

This commit is contained in:
Ana Hobden 2022-11-02 09:29:37 -07:00
parent 5cf3ce93b9
commit 67efbedae9

View file

@ -21,7 +21,7 @@ pub struct DarwinMulti {
/// Force encryption on the volume
#[clap(
long,
action(ArgAction::SetTrue),
action(ArgAction::Set),
default_value = "false",
env = "HARMONIC_ENCRYPT"
)]