1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 02:58:02 -06:00

Use “unmount” instead of “dismount” in scripts and in text shown to the user. (#1548)

This commit is contained in:
Sam Hocevar
2025-05-31 16:06:30 +02:00
committed by GitHub
parent 0f509dba9c
commit c7f69062db
4 changed files with 10 additions and 10 deletions

View File

@@ -61,7 +61,7 @@ if not exist !mydriveletter!:\ (
goto :exit
)
"!VERACRYPT_PATH!" /dismount !mydriveletter! /silent /q
"!VERACRYPT_PATH!" /unmount !mydriveletter! /silent /q
exit /b
:: Subroutine to measure the time taken for a command to execute