summaryrefslogtreecommitdiffstats
path: root/googletest/src
diff options
context:
space:
mode:
authorGennadiy Civil <gennadiycivil@users.noreply.github.com>2017-08-02 20:55:50 (GMT)
committerGitHub <noreply@github.com>2017-08-02 20:55:50 (GMT)
commit73f321590a7fbc3f88aeba3cda5fd77ff00b47fb (patch)
tree6b7e42a397ea4553d59dbf0950160310b7280cd5 /googletest/src
parent032baa0da3195125235af8ad2e518b87fa885bb9 (diff)
parent3ec005239febf13798f1af69eabbb8c4fb2ead7d (diff)
downloadgoogletest-73f321590a7fbc3f88aeba3cda5fd77ff00b47fb.zip
googletest-73f321590a7fbc3f88aeba3cda5fd77ff00b47fb.tar.gz
googletest-73f321590a7fbc3f88aeba3cda5fd77ff00b47fb.tar.bz2
Merge pull request #962 from klimkin/klimkin-patch-typo
Fix a typo
Diffstat (limited to 'googletest/src')
-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 a0308d4..4d84616 100644
--- a/googletest/src/gtest.cc
+++ b/googletest/src/gtest.cc
@@ -5188,7 +5188,7 @@ static const char kColorEncodedHelpMessage[] =
" @G--" GTEST_FLAG_PREFIX_ "output=xml@Y[@G:@YDIRECTORY_PATH@G"
GTEST_PATH_SEP_ "@Y|@G:@YFILE_PATH]@D\n"
" Generate an XML report in the given directory or with the given file\n"
-" name. @YFILE_PATH@D defaults to @Gtest_details.xml@D.\n"
+" name. @YFILE_PATH@D defaults to @Gtest_detail.xml@D.\n"
#if GTEST_CAN_STREAM_RESULTS_
" @G--" GTEST_FLAG_PREFIX_ "stream_result_to=@YHOST@G:@YPORT@D\n"
" Stream test results to the given server.\n"