mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-26 04:54:44 +00:00
Merge pull request #1454 from donaldsharp/isis_newline
isisd: Add a missing newline to a help string
This commit is contained in:
commit
b1d81da4c7
@ -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