From e9d3ba0b113433f634324d2c407fba3e825af1ce Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sun, 24 Jan 2016 02:57:38 +0100 Subject: Linux/MacOSX: update --size entry in command line help text. --- src/Main/UserInterface.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src') 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" -- cgit v1.2.3