diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2019-09-29 17:50:33 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2019-09-29 17:51:42 +0200 |
commit | 14fecc93f7ce09962141b9f842309a0aa5186cba (patch) | |
tree | eba0a9bc697955794900f95ae829fcdb1cb41cd2 /doc/html/Command Line Usage.html | |
parent | 128234c066603ed4034c9ce06c92b11ea20dd007 (diff) | |
download | VeraCrypt-14fecc93f7ce09962141b9f842309a0aa5186cba.tar.gz VeraCrypt-14fecc93f7ce09962141b9f842309a0aa5186cba.zip |
Documentation: Add missing documentation for command line switch (/cache PIM) to enable both password and PIM cache
Diffstat (limited to 'doc/html/Command Line Usage.html')
-rw-r--r-- | doc/html/Command Line Usage.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/html/Command Line Usage.html b/doc/html/Command Line Usage.html index 29964e6a..3476cbc5 100644 --- a/doc/html/Command Line Usage.html +++ b/doc/html/Command Line Usage.html @@ -123,6 +123,7 @@ If it is followed by <strong>n</strong> or <strong>no</strong>: the password dia <td><em>/cache</em> or <em>/c</em></td> <td>If it is followed by <strong>y</strong> or <strong>yes</strong> or if no parameter is specified: enable password cache; <br> +If it is followed by <strong>p </strong>or<strong> pim</strong>: enable both password and PIM cache (e.g., /c p).<br> If it is followed by <strong>n </strong>or<strong> no</strong>: disable password cache (e.g., /c n).<br> If it is followed by <strong>f </strong>or<strong> favorites</strong>: temporary cache password when mounting multiple favorites (e.g., /c f).<br> Note that turning the password cache off will not clear it (use /w to clear the password cache).</td> |