Remove the list of all languages in the help for "help language" since

almost all the elements on the list can't actually be passed to the language
command and all the ones that can have already been listed in the subcommands 
list.

<rdar://problem/22551082>

llvm-svn: 246740
This commit is contained in:
Jim Ingham 2015-09-03 01:13:26 +00:00
parent 3c0f9d8170
commit 59365b0ba6

@ -34,10 +34,6 @@ CommandObjectMultiword (interpreter,
void
CommandObjectLanguage::GenerateHelpText (Stream &output_stream) {
CommandObjectMultiword::GenerateHelpText(output_stream);
output_stream << "\nlanguage name can be one of the following:\n";
Language::PrintAllLanguages(output_stream, " ", "\n");
}
CommandObjectLanguage::~CommandObjectLanguage ()