From cdf604f30e05c9afeb8a67c38b01d867ffbbe614 Mon Sep 17 00:00:00 2001 From: TrueWodzu Date: Sun, 8 Jan 2023 13:28:25 +0100 Subject: [PATCH] Update command-line.md Typo in "--list-reporter" link, should be "--list-reporters" --- docs/command-line.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/command-line.md b/docs/command-line.md index 21a0da4c..6fc99f59 100644 --- a/docs/command-line.md +++ b/docs/command-line.md @@ -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).