VeraCrypt
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Main/UserInterface.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/Main/UserInterface.cpp b/src/Main/UserInterface.cpp
index 83ad8f3a..91aa5796 100644
--- a/src/Main/UserInterface.cpp
+++ b/src/Main/UserInterface.cpp
@@ -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"