Make it so --encrypt false works
This commit is contained in:
parent
5cf3ce93b9
commit
67efbedae9
|
@ -21,7 +21,7 @@ pub struct DarwinMulti {
|
||||||
/// Force encryption on the volume
|
/// Force encryption on the volume
|
||||||
#[clap(
|
#[clap(
|
||||||
long,
|
long,
|
||||||
action(ArgAction::SetTrue),
|
action(ArgAction::Set),
|
||||||
default_value = "false",
|
default_value = "false",
|
||||||
env = "HARMONIC_ENCRYPT"
|
env = "HARMONIC_ENCRYPT"
|
||||||
)]
|
)]
|
||||||
|
|
Loading…
Reference in a new issue