Skip to content

Commit 387f8d2

Browse files
committed
Removed unnecessary single quotes
1 parent c65eccd commit 387f8d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/command-line.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ See [The LibIdentify repo for more information and examples](https://github.com/
223223

224224
<a id="wait-for-keypress"></a>
225225
## Wait for key before continuing
226-
<pre>--wait-for-keypress &lt;'start'|exit|both&gt;</pre>
226+
<pre>--wait-for-keypress &lt;start|exit|both&gt;</pre>
227227

228228
Will cause the executable to print a message and wait until the return/ enter key is pressed before continuing -
229229
either before running any tests, after running all tests - or both, depending on the argument.

0 commit comments

Comments
 (0)