From 6916298c2252992ca88e69a44d752b1c4ca9af76 Mon Sep 17 00:00:00 2001 From: Phil Nash Date: Thu, 7 Nov 2013 13:30:39 +0000 Subject: [PATCH] Attempt to match html anchors (which github strips out) with the ones github generates. --- docs/command-line.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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>