aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
diff options
context:
space:
mode:
authorDaniel Willmann <dwillmann@sysmocom.de>2017-09-15 13:51:28 +0200
committerDaniel Willmann <dwillmann@sysmocom.de>2018-01-30 18:59:28 +0100
commit25201ea5b5d7cdaf72187c7d62e06d05f91d3bd0 (patch)
tree4743f5f8a06768ba50a09146e8beceb6efe2e96e /openbsc/src
parent5544820d68df4b4d3f796d7ca323bc8c5bc65a57 (diff)
libmgcp: Fix mgcp instance argument
Diffstat (limited to 'openbsc/src')
-rw-r--r--openbsc/src/libmgcp/mgcp_vty.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsc/src/libmgcp/mgcp_vty.c b/openbsc/src/libmgcp/mgcp_vty.c
index ff8477932..e9cfa1b6e 100644
--- a/openbsc/src/libmgcp/mgcp_vty.c
+++ b/openbsc/src/libmgcp/mgcp_vty.c
@@ -246,7 +246,7 @@ struct mgcp_config *mgcp_config_by_num(struct llist_head *configs, int index)
}
DEFUN(show_mcgp, show_mgcp_cmd,
- "show mgcp <MGCP_NO> [stats]",
+ "show mgcp MGCP_NO [stats]",
SHOW_STR
"Display information about the MGCP Media Gateway\n"
"Include Statistics\n")
@@ -270,7 +270,7 @@ DEFUN(show_mcgp, show_mgcp_cmd,
DEFUN(cfg_mgcp,
cfg_mgcp_cmd,
- "mgcp [<MSC_NR>]",
+ "mgcp [MGCP_NR]",
"Configure the MGCP\n" "Identifier of the MGCP\n")
{
struct mgcp_config *mgcp;