mgcp_client_vty: fixing docstring

The docstring in the VTY command that is used to remove MGCP client
instances lacks the NO_STR constant.

Change-Id: I53f3e763a77ed8be78c5a51b1472f4b70bade9d4
Related: SYS#5091
This commit is contained in:
Philipp Maier 2021-08-20 09:57:27 +02:00
parent d55be05af1
commit 74e83d3d82
1 changed files with 1 additions and 1 deletions

View File

@ -374,7 +374,7 @@ DEFUN_ATTR(cfg_mgw,
DEFUN_ATTR(cfg_no_mgw,
cfg_no_mgw_cmd,
"no mgw <0-255>", "Select a MGCP client config to remove\n" "reference number", CMD_ATTR_IMMEDIATE)
"no mgw <0-255>", NO_STR "Select a MGCP client config to remove\n" "reference number\n", CMD_ATTR_IMMEDIATE)
{
int nr = atoi(argv[0]);
struct mgcp_client_pool_member *pool_member;