diff options
author | Jertzukka <Jertzukka@gmail.com> | 2023-08-12 10:17:18 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-12 09:17:18 +0200 |
commit | 5c9e135c9e1b8fb3832dbebaecdadd073c054864 (patch) | |
tree | caa68871f5d6df69d84357e444f62a65f145a1cb | |
parent | f48c21a54ba461c0356d5a9358ae7e441ab269c3 (diff) | |
download | VeraCrypt-5c9e135c9e1b8fb3832dbebaecdadd073c054864.tar.gz VeraCrypt-5c9e135c9e1b8fb3832dbebaecdadd073c054864.zip |
Linux: Typo fix and consistency in help command (#1169)
-rw-r--r-- | src/Main/UserInterface.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Main/UserInterface.cpp b/src/Main/UserInterface.cpp index 822c53c7..8d046f87 100644 --- a/src/Main/UserInterface.cpp +++ b/src/Main/UserInterface.cpp @@ -1208,7 +1208,8 @@ namespace VeraCrypt " Display password characters while typing.\n" "\n" "--encryption=ENCRYPTION_ALGORITHM\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" + " Use specified encryption algorithm when creating a new volume. When cascading\n" + " algorithms, they must be separated 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" |