diff --git a/lldb/source/Commands/CommandObjectType.cpp b/lldb/source/Commands/CommandObjectType.cpp --- a/lldb/source/Commands/CommandObjectType.cpp +++ b/lldb/source/Commands/CommandObjectType.cpp @@ -2978,7 +2978,7 @@ CommandObjectTypeFilter(CommandInterpreter &interpreter) : CommandObjectMultiword(interpreter, "type filter", "Commands for operating on type filters.", - "type synthetic [] ") { + "type filter [] ") { LoadSubCommand( "add", CommandObjectSP(new CommandObjectTypeFilterAdd(interpreter))); LoadSubCommand("clear", CommandObjectSP(