diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2018-08-05 10:54:58 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2018-08-06 00:13:13 +0200 |
commit | 5367932b38a8b56f46a19a2f14c5b25a20e78c45 (patch) | |
tree | 9886f5507d7c6960bfad80c502a9bb705d0eb8db | |
parent | cc2a684396744a06b6a12c40a54920a55d34f659 (diff) | |
download | VeraCrypt-5367932b38a8b56f46a19a2f14c5b25a20e78c45.tar.gz VeraCrypt-5367932b38a8b56f46a19a2f14c5b25a20e78c45.zip |
Linux/MacOSX/FreeBSD: add reference to --pim and --new-pim switches in the verbose help.
-rw-r--r-- | src/Main/UserInterface.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/Main/UserInterface.cpp b/src/Main/UserInterface.cpp index 0e16c6fc..60bf16a3 100644 --- a/src/Main/UserInterface.cpp +++ b/src/Main/UserInterface.cpp @@ -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" |