Browse Source

* fix

master
Alex 'AdUser' Z 8 years ago
parent
commit
119b8f41bf
  1. 2
      src/commands.c

2
src/commands.c

@ -25,7 +25,7 @@ struct f2b_cmd_t {
.help = "Command response, used internally",
},
[CMD_HELP] = {
.argc = 0, tokenc = 1,
.argc = 0, .tokenc = 1,
.tokens = { "help", NULL },
.help = "Show available commands",
},

Loading…
Cancel
Save