From f037dae413b58d1496ea3e0781362ad45e74c9f4 Mon Sep 17 00:00:00 2001 From: Springfield Data Recovery <42523184+springfielddatarecovery@users.noreply.github.com> Date: Sun, 23 Jul 2023 00:13:03 -0700 Subject: Update UserInterface.cpp (#1155) Docs specify cascading encryption should be specified as "AES(Twofish)" but on Linux it requires "AES-Twofish". --- src/Main/UserInterface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Main/UserInterface.cpp b/src/Main/UserInterface.cpp index c2e95f7e..05f254ea 100644 --- a/src/Main/UserInterface.cpp +++ b/src/Main/UserInterface.cpp @@ -1211,7 +1211,7 @@ namespace VeraCrypt " Display password characters while typing.\n" "\n" "--encryption=ENCRYPTION_ALGORITHM\n" - " Use specified encryption algorithm when creating a new volume.\n" + " Use specified encryption algorithm when creating a new volume. When cascasing algorithms, they must be seperated by a dash. For example: AES-Twofish. \n" "\n" "--filesystem=TYPE\n" " Filesystem type to mount. The TYPE argument is passed to mount(8) command\n" -- cgit v1.2.3