VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2016-12-07 09:46:17 +0100
committerGitHub <noreply@github.com>2016-12-07 09:46:17 +0100
commit612cb9f202df30c0bd4ff15405874091e9727031 (patch)
treea8976001b8355d0b2a82e8f0f83e4d4a4fcde855 /src
parent181857089b11045c701e9195275a408430beb580 (diff)
parentaca478651e5fd36483bb23b5775d4a793dec5eb8 (diff)
downloadVeraCrypt-612cb9f202df30c0bd4ff15405874091e9727031.tar.gz
VeraCrypt-612cb9f202df30c0bd4ff15405874091e9727031.zip
Merge pull request #118 from pnijjar/document-tc-option
Linux/MacOSX: 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"