summaryrefslogtreecommitdiffstats
path: root/src/main.lib/Services/InputService.cs
diff options
context:
space:
mode:
authorWouter Tinus <wouter.tinus@gmail.com>2020-02-04 20:59:54 +0100
committerGitHub <noreply@github.com>2020-02-04 20:59:54 +0100
commit7aa5ceebbd8c872efdc38c52fe7cbfce83db5270 (patch)
tree618e288b4ca93389b0653035aa54e74dfa690e33 /src/main.lib/Services/InputService.cs
parent8205f42dc51efaa8a9fe565a8cecc1b17a69b292 (diff)
parenta70c0b1183199e5bc87bb3f7beda0c1102d17ffd (diff)
downloadletsencrypt-win-simple-7aa5ceebbd8c872efdc38c52fe7cbfce83db5270.zip
letsencrypt-win-simple-7aa5ceebbd8c872efdc38c52fe7cbfce83db5270.tar.gz
letsencrypt-win-simple-7aa5ceebbd8c872efdc38c52fe7cbfce83db5270.tar.bz2
Merge pull request #1395 from PKISharp/2.1.4v2.1.4
2.1.4
Diffstat (limited to 'src/main.lib/Services/InputService.cs')
-rw-r--r--src/main.lib/Services/InputService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.lib/Services/InputService.cs b/src/main.lib/Services/InputService.cs
index ef6d4fc..bc5204c 100644
--- a/src/main.lib/Services/InputService.cs
+++ b/src/main.lib/Services/InputService.cs
@@ -44,7 +44,7 @@ namespace PKISharp.WACS.Services
}
}
- public Task<bool> Wait(string message = "Press enter to continue...")
+ public Task<bool> Wait(string message = "Press <Enter> to continue...")
{
Validate(message);
CreateSpace();