diff --git a/docs/command-line.md b/docs/command-line.md index 77e969b0..dd5150eb 100644 --- a/docs/command-line.md +++ b/docs/command-line.md @@ -224,7 +224,13 @@ When set to ```yes``` Catch will report the duration of each test case, in milli
-D, --min-duration <value>
-When set, Catch will report the duration of each test case that took more than <value> seconds, in milliseconds. +> `--min-duration` was [introduced](https://github.com/catchorg/Catch2/pull/1910) in Catch X.Y.Z + +When set, Catch will report the duration of each test case that took more +than <value> seconds, in milliseconds. This option is overriden by both +`-d yes` and `-d no`, so that either all durations are reported, or none +are. + ## Load test names to run from a file