summaryrefslogtreecommitdiffstats
path: root/babeld
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2017-07-05 20:30:36 +0200
committerQuentin Young <qlyoung@cumulusnetworks.com>2017-07-05 21:33:00 +0200
commit7111c1a0cd00440fc5aa188eedbabde2a706bff0 (patch)
treeb0edfbb66cc31d9547db5bd7659dbbe23eaa8e6d /babeld
parentlib: warn about too much docstring (diff)
downloadfrr-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.c3
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();