vty: fix description of 'nokia_site bts-reset-timer'

Change-Id: I9cd60b84e2f7e7d48e7e0a8167ee0e2ffbae0428
This commit is contained in:
Vadim Yanitskiy 2022-10-04 23:25:38 +07:00
parent 8631189d9e
commit 6c4859279f
1 changed files with 4 additions and 3 deletions

View File

@ -435,8 +435,9 @@ DEFUN_ATTR(cfg_bts_nokia_site_bts_reset_timer_cnf,
cfg_bts_nokia_site_bts_reset_timer_cnf_cmd,
"nokia_site bts-reset-timer <15-100>",
NOKIA_STR
"The amount of time (in sec.) between BTS_RESET is sent,\n"
"and the BTS is being bootstrapped.\n",
"The amount of time between BTS_RESET is sent "
"and the BTS is being bootstrapped\n"
"Timer value (in seconds, default 15)\n",
CMD_ATTR_IMMEDIATE)
{
struct gsm_bts *bts = vty->index;