aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Matson <davidmatson@users.noreply.github.com>2024-03-28 16:59:37 -0700
committerDavid Matson <davidmatson@users.noreply.github.com>2024-03-28 16:59:37 -0700
commit53ee0fc0b2239ef0bd0db23583a91102472e0cbe (patch)
tree8da0a2568e5e175a912c47e4d2dc5a575f60df31
parenteff443c6ef5eb6ab598bfaae27f9427fdb4f6af7 (diff)
downloadgoogletest-53ee0fc0b2239ef0bd0db23583a91102472e0cbe.zip
googletest-53ee0fc0b2239ef0bd0db23583a91102472e0cbe.tar.gz
googletest-53ee0fc0b2239ef0bd0db23583a91102472e0cbe.tar.bz2
Fix help text for stream_result_to flag.
Support for Mac was previously added, in addition to Linux. Fix the help text to match the code.
-rw-r--r--googletest/src/gtest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/src/gtest.cc b/googletest/src/gtest.cc
index 36f4a2d..9c23011 100644
--- a/googletest/src/gtest.cc
+++ b/googletest/src/gtest.cc
@@ -379,7 +379,7 @@ GTEST_DEFINE_string_(
testing::internal::StringFromGTestEnv("stream_result_to", ""),
"This flag specifies the host name and the port number on which to stream "
"test results. Example: \"localhost:555\". The flag is effective only on "
- "Linux.");
+ "Linux and Mac.");
GTEST_DEFINE_bool_(
throw_on_failure,