Skip to content

Commit

Permalink
Fix help text for tag [.]
Browse files Browse the repository at this point in the history
  • Loading branch information
martinmoene committed Jul 22, 2015
1 parent 1ad5086 commit b9f9d6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lest.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion lest_cpp03.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b9f9d6a

Please sign in to comment.