summaryrefslogtreecommitdiff
path: root/ripngd/ripng_debug.c
diff options
context:
space:
mode:
authorhasso <hasso>2004-10-26 06:39:56 +0000
committerhasso <hasso>2004-10-26 06:39:56 +0000
commit8dceb820def41f3bfa2754932d46157e86c5a362 (patch)
tree6db3d5fff03155300fe39bbddd372e4ee241e599 /ripngd/ripng_debug.c
parent98f5163c3fb005af35f9f3a4bc4ee60d4f3ee741 (diff)
Fix help of "show debugging ripng" command.
Diffstat (limited to 'ripngd/ripng_debug.c')
-rw-r--r--ripngd/ripng_debug.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ripngd/ripng_debug.c b/ripngd/ripng_debug.c
index b9a8fb61..7841fe21 100644
--- a/ripngd/ripng_debug.c
+++ b/ripngd/ripng_debug.c
@@ -33,8 +33,8 @@ DEFUN (show_debugging_ripng,
show_debugging_ripng_cmd,
"show debugging ripng",
SHOW_STR
- "RIPng configuration\n"
- "Debugging information\n")
+ DEBUG_STR
+ "RIPng configuration\n")
{
vty_out (vty, "RIPng debugging status:%s", VTY_NEWLINE);