summaryrefslogtreecommitdiff
path: root/pimd/pim_cmd.c
diff options
context:
space:
mode:
authorRuss White <russ@riw.us>2017-07-07 13:31:08 -0400
committerGitHub <noreply@github.com>2017-07-07 13:31:08 -0400
commitceae5559a51b79ae86cfcae52d9ef512f36e3eb1 (patch)
tree0dbfcf927f26651c906ccd0db434be789427b66b /pimd/pim_cmd.c
parent6ce6de887f53cbffa5bca7a02ef218d9776bb57a (diff)
parent007b0667e00fde98ccac07680291f5845e5da806 (diff)
Merge pull request #778 from qlyoung/fix-excess-docstring
Fix excess docstring
Diffstat (limited to 'pimd/pim_cmd.c')
-rw-r--r--pimd/pim_cmd.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/pimd/pim_cmd.c b/pimd/pim_cmd.c
index 0051298e4a..b0afc7828a 100644
--- a/pimd/pim_cmd.c
+++ b/pimd/pim_cmd.c
@@ -4256,7 +4256,6 @@ DEFUN_HIDDEN (no_ip_multicast_routing,
"no ip multicast-routing",
NO_STR
IP_STR
- "Global IP configuration subcommands\n"
"Enable IP multicast forwarding\n")
{
vty_outln (vty,
@@ -5732,7 +5731,6 @@ DEFUN (debug_ssmpingd,
debug_ssmpingd_cmd,
"debug ssmpingd",
DEBUG_STR
- DEBUG_PIM_STR
DEBUG_SSMPINGD_STR)
{
PIM_DO_DEBUG_SSMPINGD;
@@ -5744,7 +5742,6 @@ DEFUN (no_debug_ssmpingd,
"no debug ssmpingd",
NO_STR
DEBUG_STR
- DEBUG_PIM_STR
DEBUG_SSMPINGD_STR)
{
PIM_DONT_DEBUG_SSMPINGD;