summaryrefslogtreecommitdiff
path: root/src/commands/mount.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/mount.rs')
-rw-r--r--src/commands/mount.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/commands/mount.rs b/src/commands/mount.rs
index 474f58ff..7f5937d0 100644
--- a/src/commands/mount.rs
+++ b/src/commands/mount.rs
@@ -231,7 +231,8 @@ pub struct Cli {
#[arg(
short = 'k',
long = "key_location",
- default_value = "ask",
+ value_enum,
+ default_value_t,
verbatim_doc_comment
)]
unlock_policy: UnlockPolicy,