--- config.c 2005-03-13 02:22:53.000000000 -0500 +++ config.c.showconfigfix 2005-03-13 02:21:58.000000000 -0500 @@ -1036,8 +1036,13 @@ return 0; } +static char show_config_help[] = +"Usage: show config mappings\n" +" Shows the filenames to config engines.\n"; + + static struct ast_cli_entry config_command_struct = { - { "show", "config", "mappings" }, config_command, "Show Config mappings (file names to config engines)" + { "show", "config", "mappings", NULL }, config_command, "Show Config mappings (file names to config engines)", show_config_help, NULL }; int register_config_cli()