Fix a typo
Help says "FILE_PATH defaults to test_details.xml", but the real path is test_detail.xml.
This commit is contained in:
		@@ -5189,7 +5189,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"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user