summaryrefslogtreecommitdiffstats
path: root/src/main.lib/Services/Interfaces/IInputService.cs
diff options
context:
space:
mode:
authorWouter Tinus <win.acme.simple@gmail.com>2020-02-02 13:34:02 +0100
committerWouter Tinus <win.acme.simple@gmail.com>2020-02-02 13:34:02 +0100
commit9f81d191719905fb137542b8c5afd8141d9c0976 (patch)
tree761663a201c6715981ce4195d1b56235f6488026 /src/main.lib/Services/Interfaces/IInputService.cs
parent2d9e72fcbcdba45885e37be38d09ad13a80e84e2 (diff)
downloadletsencrypt-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.cs2
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);
}