summaryrefslogtreecommitdiff
path: root/isisd/isisd.c
diff options
context:
space:
mode:
Diffstat (limited to 'isisd/isisd.c')
-rw-r--r--isisd/isisd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/isisd/isisd.c b/isisd/isisd.c
index 3b8a0a62..135acf0e 100644
--- a/isisd/isisd.c
+++ b/isisd/isisd.c
@@ -1419,7 +1419,7 @@ DEFUN (no_dynamic_hostname,
DEFUN (spf_interval,
spf_interval_cmd,
"spf-interval <1-120>",
- "Minimum interval between SPF calculations"
+ "Minimum interval between SPF calculations\n"
"Minimum interval between consecutive SPFs in seconds\n")
{
struct isis_area *area;
@@ -1936,7 +1936,7 @@ isis_config_write (struct vty *vty)
struct cmd_node isis_node =
{
ISIS_NODE,
- "%s(config_router)# ",
+ "%s(config-router)# ",
1
};