mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 19:08:26 -06:00
Update UserInterface.cpp (#1155)
Docs specify cascading encryption should be specified as "AES(Twofish)" but on Linux it requires "AES-Twofish".
This commit is contained in:
committed by
GitHub
parent
fa6359d424
commit
f037dae413
@@ -1211,7 +1211,7 @@ namespace VeraCrypt
|
|||||||
" Display password characters while typing.\n"
|
" Display password characters while typing.\n"
|
||||||
"\n"
|
"\n"
|
||||||
"--encryption=ENCRYPTION_ALGORITHM\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"
|
"\n"
|
||||||
"--filesystem=TYPE\n"
|
"--filesystem=TYPE\n"
|
||||||
" Filesystem type to mount. The TYPE argument is passed to mount(8) command\n"
|
" Filesystem type to mount. The TYPE argument is passed to mount(8) command\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user