Removed unnecessary single quotes

This commit is contained in:
Phil Nash 2017-08-15 19:41:46 +01:00
parent c65eccd68e
commit 387f8d254d
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@ See [The LibIdentify repo for more information and examples](https://github.com/
<a id="wait-for-keypress"></a>
## Wait for key before continuing
<pre>--wait-for-keypress &lt;'start'|exit|both&gt;</pre>
<pre>--wait-for-keypress &lt;start|exit|both&gt;</pre>
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.