diff options
Diffstat (limited to 'src/Main')
-rw-r--r-- | src/Main/UserInterface.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Main/UserInterface.cpp b/src/Main/UserInterface.cpp index 978a0375..fa2088f1 100644 --- a/src/Main/UserInterface.cpp +++ b/src/Main/UserInterface.cpp @@ -1260,6 +1260,11 @@ namespace VeraCrypt " Use text user interface. Graphical user interface is used by default if\n" " available. This option must be specified as the first argument.\n" "\n" + "-tc, --truecrypt\n" + " Enable TrueCrypt compatibility mode to enable mounting volumes created\n" + " by TrueCrypt 6.x or 7.x. This option must be specified as the first\n" + " argument, or immediately after --text.\n" + "\n" "--token-lib=LIB_PATH\n" " Use specified PKCS #11 security token library.\n" "\n" |