X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fhelper%2Fcommand.c;h=869eff559cdd0836b760744bd1052439e093807a;hp=7a3c2d4fe47a6b129d55bdf3e76b7533c5b493b1;hb=57962f4d1c2db12dffa03c7357f5d7e0d8f71fb8;hpb=d470b84b51c89ecbc541081cc2cfa1744437dfa3 diff --git a/src/helper/command.c b/src/helper/command.c index 7a3c2d4fe4..869eff559c 100644 --- a/src/helper/command.c +++ b/src/helper/command.c @@ -1294,6 +1294,7 @@ static const struct command_registration command_builtin_handlers[] = { .mode = COMMAND_ANY, .help = "core command group (introspection)", .chain = command_subcommand_handlers, + .usage = "", }, COMMAND_REGISTRATION_DONE };