- Now uses the attribute 'canonical' instead of 'name' for CMD args.
This commit is contained in:
Paul Beckingham 2014-10-25 16:17:35 -04:00
parent 725682a058
commit 9d5299e843

View file

@ -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") ||