mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-24 14:26:10 +01:00
Removed unnecessary single quotes
This commit is contained in:
parent
c65eccd68e
commit
387f8d254d
@ -223,7 +223,7 @@ See [The LibIdentify repo for more information and examples](https://github.com/
|
|||||||
|
|
||||||
<a id="wait-for-keypress"></a>
|
<a id="wait-for-keypress"></a>
|
||||||
## Wait for key before continuing
|
## Wait for key before continuing
|
||||||
<pre>--wait-for-keypress <'start'|exit|both></pre>
|
<pre>--wait-for-keypress <start|exit|both></pre>
|
||||||
|
|
||||||
Will cause the executable to print a message and wait until the return/ enter key is pressed before continuing -
|
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.
|
either before running any tests, after running all tests - or both, depending on the argument.
|
||||||
|
Loading…
Reference in New Issue
Block a user