diff options
-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" |