vty: fix missing separator in help for power ramp commands

Change-Id: Id83fa562ba8496be8915573d2222dd64c7ca5eb9
This commit is contained in:
Vadim Yanitskiy 2020-06-26 01:46:43 +07:00
parent cdc5c6f5c5
commit 2931fc337f
1 changed files with 1 additions and 1 deletions

View File

@ -721,7 +721,7 @@ DEFUN(cfg_trx_user_gain,
return CMD_SUCCESS;
}
#define PR_STR "Power-Ramp settings"
#define PR_STR "Power-Ramp settings\n"
DEFUN(cfg_trx_pr_max_initial, cfg_trx_pr_max_initial_cmd,
"power-ramp max-initial <0-100000> (dBm|mdBm)",
PR_STR "Maximum initial power\n"