mirror of
https://github.com/veracrypt/VeraCrypt
synced 2024-11-10 21:23:40 +01:00
Linux/MacOSX/FreeBSD: add reference to --pim and --new-pim switches in the verbose help.
This commit is contained in:
parent
cc2a684396
commit
5367932b38
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user