mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-22 08:10:04 +01:00
Remove experimental warning for reencrypt tool.
This commit is contained in:
@@ -1329,12 +1329,10 @@ int main(int argc, const char **argv)
|
||||
exit(EXIT_SUCCESS);
|
||||
}
|
||||
|
||||
if (!opt_batch_mode) {
|
||||
log_std(_("WARNING: this is experimental code, it can completely break your data.\n"));
|
||||
if (!opt_batch_mode)
|
||||
log_verbose(_("Reencryption will change: volume key%s%s%s%s.\n"),
|
||||
opt_hash ? _(", set hash to ") : "", opt_hash ?: "",
|
||||
opt_cipher ? _(", set cipher to "): "", opt_cipher ?: "");
|
||||
}
|
||||
|
||||
action_argv = poptGetArgs(popt_context);
|
||||
if(!action_argv)
|
||||
|
||||
Reference in New Issue
Block a user