Linux/MacOSX: Update command line help text to reflect that we can now specify in filesystem when creating a new volume.

This commit is contained in:
Mounir IDRASSI 2016-01-26 01:46:04 +01:00
parent d53b48bdf0
commit 9f5b5445d7

View File

@ -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"