From b9f9d6ac1514e16cddfe3afb93bacb8f9f2e7f22 Mon Sep 17 00:00:00 2001 From: Martin Moene Date: Wed, 22 Jul 2015 22:07:14 +0200 Subject: [PATCH] Fix help text for tag [.] --- lest.hpp | 2 +- lest_cpp03.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lest.hpp b/lest.hpp index 643ffa1..52d43cd 100644 --- a/lest.hpp +++ b/lest.hpp @@ -1183,7 +1183,7 @@ inline int usage( std::ostream & os ) "\n" "Test specification:\n" " \"@\", \"*\" all tests, unless excluded\n" - " empty all tests, unless tagged [hide] or [.]\n" + " empty all tests, unless tagged [hide] or [.optional-name]\n" #if lest_FEATURE_REGEX_SEARCH " \"re\" select tests that match regular expression\n" " \"!re\" omit tests that match regular expression\n" diff --git a/lest_cpp03.hpp b/lest_cpp03.hpp index cf79698..e7ccf12 100644 --- a/lest_cpp03.hpp +++ b/lest_cpp03.hpp @@ -1117,7 +1117,7 @@ inline int usage( std::ostream & os ) "\n" "Test specification:\n" " \"@\", \"*\" all tests, unless excluded\n" - " empty all tests, unless tagged [hide] or [.]\n" + " empty all tests, unless tagged [hide] or [.optional-name]\n" #if lest_FEATURE_REGEX_SEARCH " \"re\" select tests that match regular expression\n" " \"!re\" omit tests that match regular expression\n"