]> git.puffer.fish Git - mirror/frr.git/commitdiff
lib: fix more docstrings 778/head
authorQuentin Young <qlyoung@cumulusnetworks.com>
Thu, 6 Jul 2017 20:27:48 +0000 (16:27 -0400)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Thu, 6 Jul 2017 20:27:48 +0000 (16:27 -0400)
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
lib/agentx.c
lib/command.c

index 08cd6501535ea326fdb324d079aceec8a151a7e9..d058779aff02202bdd8688e0ada62292cfc7f341 100644 (file)
@@ -175,8 +175,7 @@ config_write_agentx (struct vty *vty)
 DEFUN (agentx_enable,
        agentx_enable_cmd,
        "agentx",
-       "SNMP AgentX protocol settings\n"
-       "SNMP AgentX settings\n")
+       "SNMP AgentX protocol settings\n")
 {
   if (!agentx_enabled)
     {
@@ -194,8 +193,7 @@ DEFUN (no_agentx,
        no_agentx_cmd,
        "no agentx",
        NO_STR
-       "SNMP AgentX protocol settings\n"
-       "SNMP AgentX settings\n")
+       "SNMP AgentX protocol settings\n")
 {
   if (!agentx_enabled) return CMD_SUCCESS;
   vty_outln (vty, "SNMP AgentX support cannot be disabled once enabled");
index de8899687cc1c2eabe23a0a6971e3e98a4675ece..5ca4a0fda9b42f65c2603f9e63365501ff3b6cff 100644 (file)
@@ -2200,7 +2200,6 @@ DEFUN (no_config_log_file,
        "Logging control\n"
        "Cancel logging to file\n"
        "Logging file name\n"
-       "Logging file name\n"
        "Logging level\n")
 {
   zlog_reset_file ();