Browse Source

Change cerr to cout in PrintHelpText again

NulAsh 6 năm trước cách đây
mục cha
commit
6106b7937d

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