diff options
| author | Russ White <russ@riw.us> | 2017-07-07 13:31:08 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-07-07 13:31:08 -0400 |
| commit | ceae5559a51b79ae86cfcae52d9ef512f36e3eb1 (patch) | |
| tree | 0dbfcf927f26651c906ccd0db434be789427b66b /lib/agentx.c | |
| parent | 6ce6de887f53cbffa5bca7a02ef218d9776bb57a (diff) | |
| parent | 007b0667e00fde98ccac07680291f5845e5da806 (diff) | |
Merge pull request #778 from qlyoung/fix-excess-docstring
Fix excess docstring
Diffstat (limited to 'lib/agentx.c')
| -rw-r--r-- | lib/agentx.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/agentx.c b/lib/agentx.c index 08cd650153..d058779aff 100644 --- a/lib/agentx.c +++ b/lib/agentx.c @@ -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"); |
