diff --git a/src/CLI.cpp b/src/CLI.cpp index 6391c9d9f..ab9776295 100644 --- a/src/CLI.cpp +++ b/src/CLI.cpp @@ -527,7 +527,7 @@ void CLI::categorize () a->tag ("CMD"); a->tag (readOnly ? "READCMD" : "WRITECMD"); - a->attribute ("name", canonical); + a->attribute ("canonical", canonical); foundCommand = true; } else if (a->hasTag ("TERMINATOR") ||