diff options
author | Paul Nijjar <pnijjar@alumni.uwaterloo.ca> | 2016-11-28 01:28:13 -0500 |
---|---|---|
committer | Paul Nijjar <pnijjar@alumni.uwaterloo.ca> | 2016-11-28 01:28:13 -0500 |
commit | aca478651e5fd36483bb23b5775d4a793dec5eb8 (patch) | |
tree | a8976001b8355d0b2a82e8f0f83e4d4a4fcde855 /src/Main/UserInterface.cpp | |
parent | 181857089b11045c701e9195275a408430beb580 (diff) | |
download | VeraCrypt-aca478651e5fd36483bb23b5775d4a793dec5eb8.tar.gz VeraCrypt-aca478651e5fd36483bb23b5775d4a793dec5eb8.zip |
Document --truecrypt option
Diffstat (limited to 'src/Main/UserInterface.cpp')
-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" |