diff --git a/docs/command-line.md b/docs/command-line.md index 8a13d3f9..f5acd266 100644 --- a/docs/command-line.md +++ b/docs/command-line.md @@ -11,7 +11,7 @@ Note that options are described according to the following pattern: ` -n, --name`
` -e, --nothrow`
` -w, --warn`
-` -d, --durations`
+` -d, --durations`
` -h, -?, --help`
@@ -136,7 +136,7 @@ Enables reporting of warnings (only one, at time of this writing). If a warning The ony available warning, presently, is ```NoAssertions```. This warning fails a test case, or (leaf) section if no assertions (```REQUIRE```/ ```CHECK``` etc) are encountered. - + ## Reporting timings
-d, --durations <yes/no>