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 /ripngd/ripng_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 'ripngd/ripng_debug.c')
| -rw-r--r-- | ripngd/ripng_debug.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/ripngd/ripng_debug.c b/ripngd/ripng_debug.c index 73bfcb4d6c..ecbba5b308 100644 --- a/ripngd/ripng_debug.c +++ b/ripngd/ripng_debug.c @@ -91,7 +91,7 @@ DEFUN (debug_ripng_packet,  DEFUN (debug_ripng_packet_direct,         debug_ripng_packet_direct_cmd, -       "debug ripng packet (recv|send)", +       "debug ripng packet <recv|send>",         DEBUG_STR         "RIPng configuration\n"         "Debug option set for ripng packet\n" @@ -144,7 +144,7 @@ DEFUN (no_debug_ripng_packet,  DEFUN (no_debug_ripng_packet_direct,         no_debug_ripng_packet_direct_cmd, -       "no debug ripng packet (recv|send)", +       "no debug ripng packet <recv|send>",         NO_STR         DEBUG_STR         "RIPng configuration\n"  | 
