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

Fix password-only example in help text (pim missing) (#438)

This commit is contained in:
Dany Shaanan
2019-06-06 12:39:52 +03:00
committed by Mounir IDRASSI
parent 08a8a0ce30
commit 1973fd6d26

View File

@@ -1307,7 +1307,7 @@ namespace VeraCrypt
"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"
"veracrypt -t -k \"\" --pim=0 --protect-hidden=no volume.hc /media/veracrypt1\n"
"\n"
"Dismount a volume:\n"
"veracrypt -d volume.hc\n"