X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fhelper%2Fcommand.h;h=837b4bdd2cc77339f5a252e5f2bc3018d74a95b3;hp=a7b422adf899594a818dd8d05ac27634b40158e3;hb=5458fef43ca7072312440301a9469c686ca641e2;hpb=82449e2d60fbbb5ce8a6285b6e6d60e5767ee429 diff --git a/src/helper/command.h b/src/helper/command.h index a7b422adf8..837b4bdd2c 100644 --- a/src/helper/command.h +++ b/src/helper/command.h @@ -159,6 +159,7 @@ typedef __COMMAND_HANDLER((*command_handler_t)); struct command { char *name; + const char *help; struct command *parent; struct command *children; command_handler_t handler;