vty: fix missing comma in a warning message

Change-Id: I4219bff4286ddff3339d5da40b11ee360c239358
This commit is contained in:
Vadim Yanitskiy 2020-08-09 18:19:13 +07:00 committed by laforge
parent 9c0b6ba73a
commit 5e465d52cf
1 changed files with 1 additions and 1 deletions

View File

@ -4770,7 +4770,7 @@ DEFUN(drop_bts,
ipaccess_drop_rsl(trx, "vty");
}
} else {
vty_out(vty, "%% Argument must be 'oml# or 'rsl'.%s", VTY_NEWLINE);
vty_out(vty, "%% Argument must be 'oml' or 'rsl'.%s", VTY_NEWLINE);
return CMD_WARNING;
}