pimd: fix some help strings

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
This commit is contained in:
Quentin Young 2019-07-06 00:15:27 +00:00
parent c682502cd7
commit 33b58e536f

View File

@ -4991,8 +4991,8 @@ DEFUN (show_ip_pim_bsm_db,
SHOW_STR SHOW_STR
IP_STR IP_STR
PIM_STR PIM_STR
VRF_CMD_HELP_STR
"PIM cached bsm packets information\n" "PIM cached bsm packets information\n"
VRF_CMD_HELP_STR
JSON_STR) JSON_STR)
{ {
int idx = 2; int idx = 2;
@ -5012,8 +5012,8 @@ DEFUN (show_ip_pim_bsrp,
SHOW_STR SHOW_STR
IP_STR IP_STR
PIM_STR PIM_STR
VRF_CMD_HELP_STR
"PIM cached group-rp mappings information\n" "PIM cached group-rp mappings information\n"
VRF_CMD_HELP_STR
JSON_STR) JSON_STR)
{ {
int idx = 2; int idx = 2;
@ -5030,13 +5030,13 @@ DEFUN (show_ip_pim_bsrp,
DEFUN (show_ip_pim_statistics, DEFUN (show_ip_pim_statistics,
show_ip_pim_statistics_cmd, show_ip_pim_statistics_cmd,
"show ip pim [vrf NAME] statistics [interface WORD] [json]", "show ip pim [vrf NAME] statistics [interface WORD] [json]",
SHOW_STR SHOW_STR
IP_STR IP_STR
PIM_STR PIM_STR
VRF_CMD_HELP_STR VRF_CMD_HELP_STR
"PIM statistics\n" "PIM statistics\n"
"interface\n" INTERFACE_STR
"PIM interface\n" "PIM interface\n"
JSON_STR) JSON_STR)
{ {