From 5367932b38a8b56f46a19a2f14c5b25a20e78c45 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sun, 5 Aug 2018 10:54:58 +0200 Subject: Linux/MacOSX/FreeBSD: add reference to --pim and --new-pim switches in the verbose help. --- src/Main/UserInterface.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/Main/UserInterface.cpp') 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" -- cgit v1.2.3