9
0
Fork 0

mgcp: Fix the comment in the configuration

This commit is contained in:
Holger Hans Peter Freyther 2011-03-25 10:46:52 +01:00
parent 8e6d4c3414
commit b806c14e21
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ void logging_vty_add_cmds(void);
DEFUN(cfg_mgcp_configure, cfg_mgcp_configure_cmd,
"configure-trunks (0|1)",
"Reconfigure the Trunk Configuration\n" "Reconfigure\n" "Keep\n")
"Reconfigure the Trunk Configuration\n" "Keep\n" "Reconfigure\n")
{
g_cfg->configure_trunks = atoi(argv[0]);
return CMD_SUCCESS;