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

Linux/MacOSX: update --size entry in command line help text.

This commit is contained in:
Mounir IDRASSI
2016-01-24 02:57:38 +01:00
parent c86697f51b
commit e9d3ba0b11

View File

@@ -1252,8 +1252,10 @@ namespace VeraCrypt
"--slot=SLOT\n"
" Use specified slot number when mounting, dismounting, or listing a volume.\n"
"\n"
"--size=SIZE\n"
" Use specified size in bytes when creating a new volume.\n"
"--size=SIZE[K|M|G|T]\n"
" Use specified size when creating a new volume. If no suffix is indicated,\n"
" then SIZE is interpreted in bytes. Suffixes K, M, G or T can be used to\n"
" indicate a value in KB, MB, GB or TB respectively.\n"
"\n"
"-t, --text\n"
" Use text user interface. Graphical user interface is used by default if\n"