]> git.puffer.fish Git - matthieu/frr.git/commitdiff
Fix help of "show debugging ripng" command.
authorhasso <hasso>
Tue, 26 Oct 2004 06:39:56 +0000 (06:39 +0000)
committerhasso <hasso>
Tue, 26 Oct 2004 06:39:56 +0000 (06:39 +0000)
ripngd/ChangeLog
ripngd/ripng_debug.c

index 1375b256500604ded9f1cd9b7f765fdab5da6463..78dc1d37155168d20bc74cd76403076f3da04223 100644 (file)
@@ -1,3 +1,7 @@
+2004-10-26 Hasso Tepper <hasso at quagga.net>
+
+       * ripng_debug.c: Fix help of "show debugging ripng" command.
+
 2004-10-11 Hasso Tepper <hasso at quagga.net>
 
        * *.c: Make more strings const.
index b9a8fb612fc8433f156de80b41c61bf9e7b7659a..7841fe214c3bfa9c90b3b6464cbfa08b47a4a716 100644 (file)
@@ -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);