VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPaul Nijjar <pnijjar@alumni.uwaterloo.ca>2016-11-28 01:28:13 -0500
committerPaul Nijjar <pnijjar@alumni.uwaterloo.ca>2016-11-28 01:28:13 -0500
commitaca478651e5fd36483bb23b5775d4a793dec5eb8 (patch)
treea8976001b8355d0b2a82e8f0f83e4d4a4fcde855 /src
parent181857089b11045c701e9195275a408430beb580 (diff)
downloadVeraCrypt-aca478651e5fd36483bb23b5775d4a793dec5eb8.tar.gz
VeraCrypt-aca478651e5fd36483bb23b5775d4a793dec5eb8.zip
Document --truecrypt option
Diffstat (limited to 'src')
-rw-r--r--src/Main/UserInterface.cpp5
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"