From 93061d3e5516a0ab57b07d7f4a3153b88e2613a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nagy=20L=C3=A1szl=C3=B3?= Date: Tue, 24 Nov 2020 12:53:18 +0100 Subject: [PATCH] Update text prompt --- src/licenseGen/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/licenseGen/Program.cs b/src/licenseGen/Program.cs index 2d27077..175364f 100644 --- a/src/licenseGen/Program.cs +++ b/src/licenseGen/Program.cs @@ -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)) {