mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-08 03:28:31 +00:00
isisd: Add a missing newline to a help string
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
d32471578b
commit
b9cb7a13e8
@ -1521,7 +1521,7 @@ DEFUN_NOSH (router_isis,
|
|||||||
DEFUN (no_router_isis,
|
DEFUN (no_router_isis,
|
||||||
no_router_isis_cmd,
|
no_router_isis_cmd,
|
||||||
"no router isis WORD",
|
"no router isis WORD",
|
||||||
"no\n" ROUTER_STR "ISO IS-IS\n" "ISO Routing area tag")
|
"no\n" ROUTER_STR "ISO IS-IS\n" "ISO Routing area tag\n")
|
||||||
{
|
{
|
||||||
int idx_word = 3;
|
int idx_word = 3;
|
||||||
return isis_area_destroy(vty, argv[idx_word]->arg);
|
return isis_area_destroy(vty, argv[idx_word]->arg);
|
||||||
|
Loading…
Reference in New Issue
Block a user