diff options
author | Billy Donahue <BillyDonahue@users.noreply.github.com> | 2017-06-23 14:31:41 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-23 14:31:40 -0400 |
commit | f050aff0c20229122f29974fda00dfd0e5fc99b7 (patch) | |
tree | d9737dbd3269d1aaf99775cf44885cdba4f77cf6 | |
parent | c2d90bddc6a2a562ee7750c14351e9ca16a6a37a (diff) | |
parent | 19cace28735ce6c3399109c95b81abaaed50d8ad (diff) | |
download | googletest-f050aff0c20229122f29974fda00dfd0e5fc99b7.tar.gz googletest-f050aff0c20229122f29974fda00dfd0e5fc99b7.tar.bz2 googletest-f050aff0c20229122f29974fda00dfd0e5fc99b7.zip |
Merge pull request #1129 from Chris-Sharpe/master
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" |