diff options
author | Quentin Young <qlyoung@cumulusnetworks.com> | 2017-07-05 20:30:36 +0200 |
---|---|---|
committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2017-07-05 21:33:00 +0200 |
commit | 7111c1a0cd00440fc5aa188eedbabde2a706bff0 (patch) | |
tree | b0edfbb66cc31d9547db5bd7659dbbe23eaa8e6d /babeld | |
parent | lib: warn about too much docstring (diff) | |
download | frr-7111c1a0cd00440fc5aa188eedbabde2a706bff0.tar.xz frr-7111c1a0cd00440fc5aa188eedbabde2a706bff0.zip |
*: fix excess docstring
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'babeld')
-rw-r--r-- | babeld/babeld.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/babeld/babeld.c b/babeld/babeld.c index b44b25ab4..e17e00ca5 100644 --- a/babeld/babeld.c +++ b/babeld/babeld.c @@ -617,8 +617,7 @@ DEFUN (no_router_babel, "no router babel", NO_STR "Disable a routing process\n" - "Remove Babel instance command\n" - "No attributes\n") + "Remove Babel instance command\n") { if(babel_routing_process) babel_clean_routing_process(); |