diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2019-10-02 19:02:36 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2019-10-02 19:04:18 +0200 |
commit | e211749c7cb4bc53cf08bf5ffd8735ee633b4606 (patch) | |
tree | 61d0284c1b201e0470f3817e1a7694673ba23b23 /doc | |
parent | b39a724f26dc94df97db509158b2993a3874cdcb (diff) | |
download | VeraCrypt-e211749c7cb4bc53cf08bf5ffd8735ee633b4606.tar.gz VeraCrypt-e211749c7cb4bc53cf08bf5ffd8735ee633b4606.zip |
Documentation: Add missing documentation for Format command line switch /nosizecheck
Diffstat (limited to 'doc')
-rw-r--r-- | doc/chm/VeraCrypt User Guide.chm | bin | 1969105 -> 1969101 bytes | |||
-rw-r--r-- | doc/html/Command Line Usage.html | 4 |
2 files changed, 4 insertions, 0 deletions
diff --git a/doc/chm/VeraCrypt User Guide.chm b/doc/chm/VeraCrypt User Guide.chm Binary files differindex 9dba0058..f169f4b6 100644 --- a/doc/chm/VeraCrypt User Guide.chm +++ b/doc/chm/VeraCrypt User Guide.chm diff --git a/doc/html/Command Line Usage.html b/doc/html/Command Line Usage.html index 3476cbc5..6ef668ff 100644 --- a/doc/html/Command Line Usage.html +++ b/doc/html/Command Line Usage.html @@ -251,6 +251,10 @@ It has no parameters and it indicates that no message box or dialog will be disp <td>Do not verify that VeraCrypt Rescue Disks are correctly burned. <strong>WARNING</strong>: Never attempt to use this option to facilitate the reuse of a previously created VeraCrypt Rescue Disk. Note that every time you encrypt a system partition/drive, you must create a new VeraCrypt Rescue Disk even if you use the same password. A previously created VeraCrypt Rescue Disk cannot be reused as it was created for a different master key.</td> </tr> +<tr> +<td>/nosizecheck</td> +<td>Don't check that the given size of the file container is smaller than the available disk free. This applies to both UI and command line.</td> +</tr> </tbody> </table> <h4>Syntax</h4> |