diff options
| author | Daniel Walton <dwalton@cumulusnetworks.com> | 2016-09-23 13:47:20 +0000 | 
|---|---|---|
| committer | Daniel Walton <dwalton@cumulusnetworks.com> | 2016-09-23 13:47:20 +0000 | 
| commit | 6147e2c694b53647895f048645182065bc25fd05 (patch) | |
| tree | 312a6d95b8efca2df2743a183488ed8baea0de16 /ripd/rip_debug.c | |
| parent | a5b5627b8b7e63f73d856802394ed7e39e26da0b (diff) | |
convert <1-255> to (1-255), ()s to <>s, etc
Signed-off-by: Daniel Walton <dwalton@cumulusnetworks.com>
Diffstat (limited to 'ripd/rip_debug.c')
| -rw-r--r-- | ripd/rip_debug.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/ripd/rip_debug.c b/ripd/rip_debug.c index 0567f4f205..3566d28ffa 100644 --- a/ripd/rip_debug.c +++ b/ripd/rip_debug.c @@ -90,7 +90,7 @@ DEFUN (debug_rip_packet,  DEFUN (debug_rip_packet_direct,         debug_rip_packet_direct_cmd, -       "debug rip packet (recv|send)", +       "debug rip packet <recv|send>",         DEBUG_STR         RIP_STR         "RIP packet\n" @@ -142,7 +142,7 @@ DEFUN (no_debug_rip_packet,  DEFUN (no_debug_rip_packet_direct,         no_debug_rip_packet_direct_cmd, -       "no debug rip packet (recv|send)", +       "no debug rip packet <recv|send>",         NO_STR         DEBUG_STR         RIP_STR  | 
