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"