From 387f8d254d764cdd87d24bd7ea684052f8752f0c Mon Sep 17 00:00:00 2001 From: Phil Nash Date: Tue, 15 Aug 2017 19:41:46 +0100 Subject: [PATCH] Removed unnecessary single quotes --- docs/command-line.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/command-line.md b/docs/command-line.md index 7ba84896..a0a18be3 100644 --- a/docs/command-line.md +++ b/docs/command-line.md @@ -223,7 +223,7 @@ See [The LibIdentify repo for more information and examples](https://github.com/ ## Wait for key before continuing -
--wait-for-keypress <'start'|exit|both>
+
--wait-for-keypress <start|exit|both>
Will cause the executable to print a message and wait until the return/ enter key is pressed before continuing - either before running any tests, after running all tests - or both, depending on the argument.