babeld: fix commands informations messages.
diff --git a/babeld/babeld.c b/babeld/babeld.c
index 9f2ab5d..6487bbe 100644
--- a/babeld/babeld.c
+++ b/babeld/babeld.c
@@ -593,7 +593,8 @@
        router_babel_cmd,
        "router babel",
        "Enable a routing process\n"
-       "Make Babel instance command\n")
+       "Make Babel instance command\n"
+       "No attributes\n")
 {
     int ret;
 
@@ -617,7 +618,8 @@
        "no router babel",
        NO_STR
        "Disable a routing process\n"
-       "Remove Babel instance command\n")
+       "Remove Babel instance command\n"
+       "No attributes\n")
 {
     if(babel_routing_process)
         babel_clean_routing_process();