diff options
author | Wouter Tinus <win.acme.simple@gmail.com> | 2020-02-02 13:34:02 +0100 |
---|---|---|
committer | Wouter Tinus <win.acme.simple@gmail.com> | 2020-02-02 13:34:02 +0100 |
commit | 9f81d191719905fb137542b8c5afd8141d9c0976 (patch) | |
tree | 761663a201c6715981ce4195d1b56235f6488026 /src/main.lib/Services/Interfaces/IInputService.cs | |
parent | 2d9e72fcbcdba45885e37be38d09ad13a80e84e2 (diff) | |
download | letsencrypt-win-simple-9f81d191719905fb137542b8c5afd8141d9c0976.zip letsencrypt-win-simple-9f81d191719905fb137542b8c5afd8141d9c0976.tar.gz letsencrypt-win-simple-9f81d191719905fb137542b8c5afd8141d9c0976.tar.bz2 |
UI finetuning
Diffstat (limited to 'src/main.lib/Services/Interfaces/IInputService.cs')
-rw-r--r-- | src/main.lib/Services/Interfaces/IInputService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.lib/Services/Interfaces/IInputService.cs b/src/main.lib/Services/Interfaces/IInputService.cs index 9ede4e3..48daab4 100644 --- a/src/main.lib/Services/Interfaces/IInputService.cs +++ b/src/main.lib/Services/Interfaces/IInputService.cs @@ -14,7 +14,7 @@ namespace PKISharp.WACS.Services Task<string> RequestString(string what); Task<string> RequestString(string[] what); void Show(string? label, string? value = null, bool first = false, int level = 0); - Task<bool> Wait(string message = ""); + Task<bool> Wait(string message = "Press <Enter> to continue"); Task WritePagedList(IEnumerable<Choice> listItems); string FormatDate(DateTime date); } |