diff options
Diffstat (limited to 'config_cmds.h')
-rw-r--r-- | config_cmds.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config_cmds.h b/config_cmds.h index 9adfe7a..76c721a 100644 --- a/config_cmds.h +++ b/config_cmds.h @@ -29,6 +29,7 @@ single_cmd_def confgi_cmd_list[] = {"RAND",cmd_rand}, {"RANDC",cmd_rand_libc}, {"FIR",cmd_fir}, + {"HELP",cmd_help}, {NULL,NULL} }; |