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
1 changed files with 1 additions and 1 deletions

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"