diff --git a/src/main.rs b/src/main.rs index c54f0f4..a455638 100644 --- a/src/main.rs +++ b/src/main.rs @@ -251,6 +251,10 @@ fn print_preamble_and_warnings(args: &Config) -> Result<(), Box> { ". If not, see .\n" )); + if args.ephemeral_disk_encryption { + error!("Encrypted files are _very_ broken; caveat emptor!"); + } + if !args.unstable_options.is_empty() { warn!("Unstable options are enabled. These options should not be used in production!"); }