Update command-line.md

Typo in "--list-reporter" link, should be "--list-reporters"
This commit is contained in:
TrueWodzu 2023-01-08 13:28:25 +01:00 committed by Martin Hořeňovský
parent 04382af4c6
commit cdf604f30e
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ validity, and throw an error if they are wrong._
> Support for passing arguments to reporters through the `-r`, `--reporter` flag was introduced in Catch2 3.0.1
There are multiple built-in reporters, you can see what they do by using the
[`--list-reporter`](command-line.md#listing-available-tests-tags-or-reporters)
[`--list-reporters`](command-line.md#listing-available-tests-tags-or-reporters)
flag. If you need a reporter providing custom format outside of the already
provided ones, look at the ["write your own reporter" part of the reporter
documentation](reporters.md#writing-your-own-reporter).