VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Main
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2016-01-24 02:57:38 +0100
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2016-01-24 02:58:50 +0100
commite9d3ba0b113433f634324d2c407fba3e825af1ce (patch)
tree9e781e3a6f3dc5611b6e655b96f3b116fa10981e /src/Main
parentc86697f51b0b71d327ba7f4b9211cacde0bbd2f0 (diff)
downloadVeraCrypt-e9d3ba0b113433f634324d2c407fba3e825af1ce.tar.gz
VeraCrypt-e9d3ba0b113433f634324d2c407fba3e825af1ce.zip
Linux/MacOSX: update --size entry in command line help text.
Diffstat (limited to 'src/Main')
-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"