[lldb] Fix enum value description

llvm-svn: 366863
This commit is contained in:
Jonas Devlieghere 2019-07-23 22:46:16 +00:00
parent fb596735fe
commit 1cb102cac9
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ static cl::opt<ActionType>
clEnumValN(DumpJSON, "dump-json",
"Dump all records as machine-readable JSON"),
clEnumValN(GenOptionDefs, "gen-lldb-option-defs",
"Generate clang attribute clases")));
"Generate lldb option definitions")));
static bool LLDBTableGenMain(raw_ostream &OS, RecordKeeper &Records) {
switch (Action) {