diff options
author | Chris-Sharpe <chris.sharpe.99@gmail.com> | 2017-06-21 16:19:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-21 16:19:25 +0100 |
commit | 19cace28735ce6c3399109c95b81abaaed50d8ad (patch) | |
tree | d9737dbd3269d1aaf99775cf44885cdba4f77cf6 | |
parent | c2d90bddc6a2a562ee7750c14351e9ca16a6a37a (diff) | |
download | googletest-19cace28735ce6c3399109c95b81abaaed50d8ad.tar.gz googletest-19cace28735ce6c3399109c95b81abaaed50d8ad.tar.bz2 googletest-19cace28735ce6c3399109c95b81abaaed50d8ad.zip |
Colouring in help text
-rw-r--r-- | googletest/src/gtest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/src/gtest.cc b/googletest/src/gtest.cc index 3a18f25d..a0308d43 100644 --- a/googletest/src/gtest.cc +++ b/googletest/src/gtest.cc @@ -5183,7 +5183,7 @@ static const char kColorEncodedHelpMessage[] = "Test Output:\n" " @G--" GTEST_FLAG_PREFIX_ "color=@Y(@Gyes@Y|@Gno@Y|@Gauto@Y)@D\n" " Enable/disable colored output. The default is @Gauto@D.\n" -" -@G-" GTEST_FLAG_PREFIX_ "print_time=0@D\n" +" @G--" GTEST_FLAG_PREFIX_ "print_time=0@D\n" " Don't print the elapsed time of each test.\n" " @G--" GTEST_FLAG_PREFIX_ "output=xml@Y[@G:@YDIRECTORY_PATH@G" GTEST_PATH_SEP_ "@Y|@G:@YFILE_PATH]@D\n" |