mgcp_client_vty: cosmetic: doc string should terminated with \n

Change-Id: I34c16490e08af0c9853f1a794113c191bb65d09a
This commit is contained in:
Philipp Maier 2021-08-19 14:58:31 +02:00
parent 8f91a7f450
commit d55be05af1
1 changed files with 1 additions and 1 deletions

View File

@ -351,7 +351,7 @@ static struct mgcp_client_pool_member *pool_member_by_nr(unsigned int nr)
}
DEFUN_ATTR(cfg_mgw,
cfg_mgw_cmd, "mgw <0-255>", "Select a MGCP client config to setup\n" "reference number", CMD_ATTR_IMMEDIATE)
cfg_mgw_cmd, "mgw <0-255>", "Select a MGCP client config to setup\n" "reference number\n", CMD_ATTR_IMMEDIATE)
{
int nr = atoi(argv[0]);
struct mgcp_client_pool_member *pool_member;