VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2016-01-26 01:46:04 +0100
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2016-01-26 01:47:29 +0100
commit9f5b5445d720ae3cd67401c68415e2be9348869a (patch)
tree4482f148a4d515417ee6591c547d6b22d23c504b /src
parentd53b48bdf02acca8972739f30dae547d0375c21b (diff)
downloadVeraCrypt-9f5b5445d720ae3cd67401c68415e2be9348869a.tar.gz
VeraCrypt-9f5b5445d720ae3cd67401c68415e2be9348869a.zip
Linux/MacOSX: Update command line help text to reflect that we can now specify in filesystem when creating a new volume.
Diffstat (limited to 'src')
-rw-r--r--src/Main/UserInterface.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/Main/UserInterface.cpp b/src/Main/UserInterface.cpp
index 91aa5796..db53b7cc 100644
--- a/src/Main/UserInterface.cpp
+++ b/src/Main/UserInterface.cpp
@@ -1164,9 +1164,8 @@ namespace VeraCrypt
"--filesystem=TYPE\n"
" Filesystem type to mount. The TYPE argument is passed to mount(8) command\n"
" with option -t. Default type is 'auto'. When creating a new volume, this\n"
- " option specifies the filesystem to be created on the new volume (only 'FAT'\n"
- " and 'none' TYPE is allowed). Filesystem type 'none' disables mounting or\n"
- " creating a filesystem.\n"
+ " option specifies the filesystem to be created on the new volume.\n"
+ " Filesystem type 'none' disables mounting or creating a filesystem.\n"
"\n"
"--force\n"
" Force mounting of a volume in use, dismounting of a volume in use, or\n"