소스 검색

Change cerr to cout in PrintHelpText again

NulAsh 6 년 전
부모
커밋
6106b7937d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/google/protobuf/compiler/command_line_interface.cc

+ 1 - 1
src/google/protobuf/compiler/command_line_interface.cc

@@ -1814,7 +1814,7 @@ void CommandLineInterface::PrintHelpText() {
               << string(19 - iter->first.size(), ' ')  // Spaces for alignment.
               << iter->second.help_text << std::endl;
   }
-  std::cerr <<
+  std::cout <<
 "  @<filename>                 Read options and filenames from file. If a\n"
 "                              relative file path is specified, the file\n"
 "                              will be searched in the working directory.\n"