Update text prompt

This commit is contained in:
Nagy László 2020-11-24 12:53:18 +01:00
parent 21ee454605
commit 93061d3e55
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ namespace bitwardenSelfLicensor
while (storage == 0)
{
WriteLineOver("Extra storage space for the user " + name + ". (max.: " + short.MaxValue + ") [storage]");
WriteLineOver("Extra storage space for the user " + name + ". (max.: " + short.MaxValue + "). Defaults to maximum value. [storage]");
buff = Console.ReadLine();
if (string.IsNullOrWhiteSpace(buff))
{