diff options
Diffstat (limited to 'src/Main')
-rw-r--r-- | src/Main/UserInterface.cpp | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/src/Main/UserInterface.cpp b/src/Main/UserInterface.cpp index 9b5d1108..b507d9a3 100644 --- a/src/Main/UserInterface.cpp +++ b/src/Main/UserInterface.cpp @@ -1178,3 +1178,3 @@ const FileManager fileManagers[] = { " 5) Mount the new filesystem and fill it with data.\n" - " 6) Dismount the outer volume.\n" + " 6) Unmount the outer volume.\n" " If at any step the hidden volume protection is triggered, start again from 1).\n" @@ -1190,5 +1190,5 @@ const FileManager fileManagers[] = { "\n" - "-d, --dismount[=MOUNTED_VOLUME]\n" - " Dismount a mounted volume. If MOUNTED_VOLUME is not specified, all\n" - " volumes are dismounted. See below for description of MOUNTED_VOLUME.\n" + "-u, --unmount[=MOUNTED_VOLUME]\n" + " Unmount a mounted volume. If MOUNTED_VOLUME is not specified, all\n" + " volumes are unmounted. See below for description of MOUNTED_VOLUME.\n" "\n" @@ -1263,3 +1263,3 @@ const FileManager fileManagers[] = { "--force\n" - " Force mounting of a volume in use, dismounting of a volume in use, or\n" + " Force mounting of a volume in use, unmounting of a volume in use, or\n" " overwriting a file. Note that this option has no effect on some platforms.\n" @@ -1299,3 +1299,3 @@ const FileManager fileManagers[] = { " timestamp|ts: Do not restore host-file modification timestamp when a volume\n" - " is dismounted (note that the operating system under certain circumstances\n" + " is unmounted (note that the operating system under certain circumstances\n" " does not alter host-file timestamps, which may be mistakenly interpreted\n" @@ -1334,3 +1334,3 @@ const FileManager fileManagers[] = { " Warning message is displayed when a volume switched to read-only is being\n" - " dismounted.\n" + " unmounted.\n" "\n" @@ -1355,3 +1355,3 @@ const FileManager fileManagers[] = { "--slot=SLOT\n" - " Use specified slot number when mounting, dismounting, or listing a volume.\n" + " Use specified slot number when mounting, unmounting, or listing a volume.\n" "\n" @@ -1400,7 +1400,7 @@ const FileManager fileManagers[] = { "\n" - "Dismount a volume:\n" - "veracrypt -d volume.hc\n" + "Unmount a volume:\n" + "veracrypt -u volume.hc\n" "\n" - "Dismount all mounted volumes:\n" - "veracrypt -d\n" + "Unmount all mounted volumes:\n" + "veracrypt -u\n" ); |