summaryrefslogtreecommitdiff
path: root/zebra/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'zebra/debug.c')
-rw-r--r--zebra/debug.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/zebra/debug.c b/zebra/debug.c
index b21b699366..19582bb090 100644
--- a/zebra/debug.c
+++ b/zebra/debug.c
@@ -268,10 +268,11 @@ DEFUN (debug_zebra_fpm,
DEFUN (debug_zebra_dplane,
debug_zebra_dplane_cmd,
- "debug zebra dataplane [detailed]",
+ "debug zebra dplane [detailed]",
DEBUG_STR
"Zebra configuration\n"
- "Debug zebra dataplane events\n")
+ "Debug zebra dataplane events\n"
+ "Detailed debug information\n")
{
int idx = 0;
SET_FLAG(zebra_debug_dplane, ZEBRA_DEBUG_DPLANE);