We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff6a23d commit cef9ed5Copy full SHA for cef9ed5
lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
@@ -1112,7 +1112,7 @@ class CommandObjectMultiwordObjC_TaggedPointer : public CommandObjectMultiword {
1112
: CommandObjectMultiword(
1113
interpreter, "tagged-pointer",
1114
"Commands for operating on Objective-C tagged pointers.",
1115
- "class-table <subcommand> [<subcommand-options>]") {
+ "tagged-pointer <subcommand> [<subcommand-options>]") {
1116
LoadSubCommand(
1117
"info",
1118
CommandObjectSP(
0 commit comments