summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/command_parse.y2
-rw-r--r--ospfd/ospf_ri.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/command_parse.y b/lib/command_parse.y
index 8da08c36d1..680a74ccd2 100644
--- a/lib/command_parse.y
+++ b/lib/command_parse.y
@@ -459,7 +459,7 @@ doc_next (struct cmd_element *el)
const char *piece = docstr ? strsep (&docstr, "\n") : "";
if (*piece == 0x03)
{
- zlog_warn ("Ran out of docstring while parsing '%s'", el->string);
+ zlog_debug ("Ran out of docstring while parsing '%s'", el->string);
piece = "";
}
diff --git a/ospfd/ospf_ri.c b/ospfd/ospf_ri.c
index 30d203f5b5..28957e04c6 100644
--- a/ospfd/ospf_ri.c
+++ b/ospfd/ospf_ri.c
@@ -1307,7 +1307,7 @@ DEFUN (pce_address,
DEFUN (no_pce_address,
no_pce_address_cmd,
- "no pce address {A.B.C.D}",
+ "no pce address [A.B.C.D]",
NO_STR
PCE_STR
"Disable PCE address\n"
@@ -1358,7 +1358,7 @@ DEFUN (pce_path_scope,
DEFUN (no_pce_path_scope,
no_pce_path_scope_cmd,
- "no pce scope {BITPATTERN}",
+ "no pce scope [BITPATTERN]",
NO_STR
PCE_STR
"Disable PCE path scope\n"