summaryrefslogtreecommitdiff
path: root/pimd/pim_cmd.c
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2019-07-06 00:15:27 +0000
committerQuentin Young <qlyoung@cumulusnetworks.com>2019-07-06 00:15:27 +0000
commit33b58e536f89e0bc7d8b5afe0b35bc42d756640d (patch)
treedfd1f1b5b76ac31a0801e8cc946518c77d88af1c /pimd/pim_cmd.c
parentc682502cd723f0f6f8a0f64607bc35f736b4e635 (diff)
pimd: fix some help strings
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'pimd/pim_cmd.c')
-rw-r--r--pimd/pim_cmd.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/pimd/pim_cmd.c b/pimd/pim_cmd.c
index 6420574e95..28b4af9457 100644
--- a/pimd/pim_cmd.c
+++ b/pimd/pim_cmd.c
@@ -4991,8 +4991,8 @@ DEFUN (show_ip_pim_bsm_db,
SHOW_STR
IP_STR
PIM_STR
- VRF_CMD_HELP_STR
"PIM cached bsm packets information\n"
+ VRF_CMD_HELP_STR
JSON_STR)
{
int idx = 2;
@@ -5012,8 +5012,8 @@ DEFUN (show_ip_pim_bsrp,
SHOW_STR
IP_STR
PIM_STR
- VRF_CMD_HELP_STR
"PIM cached group-rp mappings information\n"
+ VRF_CMD_HELP_STR
JSON_STR)
{
int idx = 2;
@@ -5030,13 +5030,13 @@ DEFUN (show_ip_pim_bsrp,
DEFUN (show_ip_pim_statistics,
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
IP_STR
PIM_STR
VRF_CMD_HELP_STR
"PIM statistics\n"
- "interface\n"
+ INTERFACE_STR
"PIM interface\n"
JSON_STR)
{