VeraCrypt
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2019-03-03 18:09:27 +0100
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2019-03-03 23:48:13 +0100
commit2117490500cb21fc49871bf80964ffbdf11925bd (patch)
tree69811deed76249bf3d391fdd49d7db0621293528
parent28b8bf522219339d4264fe9af8ab0055f8c74aad (diff)
downloadVeraCrypt-2117490500cb21fc49871bf80964ffbdf11925bd.tar.gz
VeraCrypt-2117490500cb21fc49871bf80964ffbdf11925bd.zip
Windows: Add documentation for new switch (/m noattach)
-rw-r--r--doc/html/Command Line Usage.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/Command Line Usage.html b/doc/html/Command Line Usage.html
index d9318b10..61b786a7 100644
--- a/doc/html/Command Line Usage.html
+++ b/doc/html/Command Line Usage.html
@@ -170,9 +170,9 @@ Note that turning the password cache off will not clear it (use /w to clear the
<p><strong>recovery</strong>: Do not verify any checksums stored in the volume header. This option should be used only when the volume header is damaged and the volume cannot be mounted even with the mount option headerbak. Example: /m ro</p>
<p><strong>label=LabelValue</strong>: Use the given string value <strong>LabelValue</strong> as a label of the mounted volume in Windows Explorer. The maximum length for
<strong>LabelValue&nbsp;</strong> is 32 characters for NTFS volumes and 11 characters for FAT volumes. For example,
-<em>/m label=MyDrive</em> will set the label of the drive in Explorer to <em>MyDrive</em>.<br>
-<br>
-Please note that this switch may be present several times in the command line in order to specify multiple mount options (e.g.: /m rm /m ts)</p>
+<em>/m label=MyDrive</em> will set the label of the drive in Explorer to <em>MyDrive</em>.</p>
+<p><strong>noattach</strong>: Only create virtual device without actually attaching the mounted volume to the selected drive letter.</p>
+<p>Please note that this switch may be present several times in the command line in order to specify multiple mount options (e.g.: /m rm /m ts)</p>
</td>
</tr>
</tbody>