mgcp_client_vty: add missing NO_STR

Fixes: 3f2c15 ("mgcp_client: allow to reset endpoints on startup")
Change-Id: Ib2052dcfcfc26fa898e31ffee1e792856fab22ed
This commit is contained in:
Oliver Smith 2021-08-18 08:44:47 +02:00
parent d6a7e17911
commit 29e671f257
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ DEFUN(cfg_mgw_reset_ep_name,
DEFUN(cfg_mgw_no_reset_ep_name,
cfg_mgw_no_reset_ep_name_cmd,
"no mgw reset-endpoint NAME",
MGW_STR "remove an endpoint name from the reset-endpoint list, e.g. 'rtpbridge/*'\n"
NO_STR MGW_STR "remove an endpoint name from the reset-endpoint list, e.g. 'rtpbridge/*'\n"
"Endpoint name, e.g. 'rtpbridge/*' or 'ds/e1-0/s-3/su16-4'.\n")
{
struct reset_ep *reset_ep;