debug-test.sh: minor doc fix

This commit is contained in:
brian khuu 2024-05-12 01:17:28 +10:00
parent 3d8ed608e9
commit 4b2c00f227

View file

@ -45,7 +45,7 @@ make -j
The output of this command will give you the command & arguments needed to run GDB.
* `-R test-tokenizer` : looks for all the test files named test-tokenizer* (R=Regex)
* `-R test-tokenizer` : looks for all the test files named `test-tokenizer*` (R=Regex)
* `-N` : "show-only" disables test execution & shows test commands that you can feed to GDB.
* `-V` : Verbose Mode