Linux/MacOSX/FreeBSD: add reference to --pim and --new-pim switches in the verbose help.

This commit is contained in:
Mounir IDRASSI 2018-08-05 10:54:58 +02:00
parent cc2a684396
commit 5367932b38
No known key found for this signature in database
GPG Key ID: DD0C382D5FCFB8FC
1 changed files with 8 additions and 0 deletions

View File

@ -1216,12 +1216,20 @@ namespace VeraCrypt
"--new-password=PASSWORD\n"
" Specifies a new password. This option can only be used with command -C.\n"
"\n"
"--new-pim=PIM\n"
" Specifies a new PIM. This option can only be used with command -C.\n"
"\n"
"-p, --password=PASSWORD\n"
" Use specified password to mount/open a volume. An empty password can also be\n"
" specified (-p \"\"). Note that passing a password on the command line is\n"
" potentially insecure as the password may be visible in the process list\n"
" (see ps(1)) and/or stored in a command history file or system logs.\n"
"\n"
"--pim=PIM\n"
" Use specified PIM to mount/open a volume. Note that passing a PIM on the \n"
" command line is potentially insecure as the PIM may be visible in the process \n"
" list (see ps(1)) and/or stored in a command history file or system logs.\n"
"\n"
"--protect-hidden=yes|no\n"
" Write-protect a hidden volume when mounting an outer volume. Before mounting\n"
" the outer volume, the user will be prompted for a password to open the hidden\n"