summaryrefslogtreecommitdiffstats
path: root/src/main.lib/Services/Interfaces/IInputService.cs
diff options
context:
space:
mode:
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);
}