File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -62,8 +62,8 @@ struct RegisteredPluginInfo {
6262// and ObjectFile plugins.
6363//
6464// The namespace name is used a prefix when matching plugin names. For example,
65- // if we have an "elf " plugin in the "object-file " namespace then we will
66- // match a plugin name pattern against the "object-file.elf " name.
65+ // if we have an "macosx " plugin in the "system-runtime " namespace then we will
66+ // match a plugin name pattern against the "system-runtime.macosx " name.
6767//
6868// The plugin namespace here is used so we can operate on all the plugins
6969// of a given type so it is easy to enable or disable them as a group.
Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ class CommandObjectPluginList : public CommandObjectParsed {
201201 AddSimpleArgumentList (eArgTypePlugin);
202202 SetHelpLong (R"(
203203Display information about registered plugins.
204- The plugin information is formatted as shown below
204+ The plugin information is formatted as shown below:
205205
206206 <plugin-namespace>
207207 [+] <plugin-name> Plugin #1 description
You can’t perform that action at this time.
0 commit comments