1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 11:08:02 -06:00

FreeBSD/Linux/OSX: replace some remaining TrueCrypt.tc file extension in the code by VeraCrypt .hc extension

This commit is contained in:
Mounir IDRASSI
2018-04-05 23:39:48 +02:00
parent ad7eb74960
commit 29b80ec6df
2 changed files with 4 additions and 4 deletions

View File

@@ -1293,16 +1293,16 @@ namespace VeraCrypt
"veracrypt volume.hc /media/veracrypt1\n"
"\n"
"Mount a volume as read-only, using keyfiles:\n"
"veracrypt -m ro -k keyfile1,keyfile2 volume.tc\n"
"veracrypt -m ro -k keyfile1,keyfile2 volume.hc\n"
"\n"
"Mount a volume without mounting its filesystem:\n"
"veracrypt --filesystem=none volume.tc\n"
"veracrypt --filesystem=none volume.hc\n"
"\n"
"Mount a volume prompting only for its password:\n"
"veracrypt -t -k \"\" --protect-hidden=no volume.hc /media/veracrypt1\n"
"\n"
"Dismount a volume:\n"
"veracrypt -d volume.tc\n"
"veracrypt -d volume.hc\n"
"\n"
"Dismount all mounted volumes:\n"
"veracrypt -d\n"