aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-03-25 10:46:52 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-03-25 10:46:52 +0100
commitb806c14e215679f7a3abac4bd482638c134748cd (patch)
tree1a76d34d2fdc75922607e444cc7593547a2166d9
parent8e6d4c3414cbc6105131b58213aa32f0defb288a (diff)
mgcp: Fix the comment in the configuration
-rw-r--r--src/mgcp_ss7_vty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mgcp_ss7_vty.c b/src/mgcp_ss7_vty.c
index 4955607..2eb4396 100644
--- a/src/mgcp_ss7_vty.c
+++ b/src/mgcp_ss7_vty.c
@@ -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;