This commit is contained in:
Philippe Teuwen 2019-04-13 22:07:58 +02:00
commit b6ee94ec8e
4 changed files with 43 additions and 41 deletions

View file

@ -1149,6 +1149,7 @@ static command_t CommandTable[] = {
};
static int CmdHelp(const char *Cmd) {
(void)Cmd; // Cmd is not used so far
CmdsHelp(CommandTable);
return 0;
}