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.