mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 19:08:26 -06:00
Linux/macOS: Add CLI switch (--size=max) and UI option to give a file container all available free space.
This commit also makes --size switch accept KiB/MiB/GiB/TiB prefixes and adds TiB choice in UI.
This commit is contained in:
@@ -1270,10 +1270,11 @@ namespace VeraCrypt
|
||||
"--slot=SLOT\n"
|
||||
" Use specified slot number when mounting, dismounting, or listing a volume.\n"
|
||||
"\n"
|
||||
"--size=SIZE[K|M|G|T]\n"
|
||||
"--size=SIZE[K|KiB|M|MiB|G|GiB|T|TiB] or --size=max\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 KiB, MiB, GiB or TiB respectively.\n"
|
||||
" If max is specified, the new volume will use all available free disk space.\n"
|
||||
"\n"
|
||||
"-t, --text\n"
|
||||
" Use text user interface. Graphical user interface is used by default if\n"
|
||||
|
||||
Reference in New Issue
Block a user