diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2016-09-27 00:10:55 +0000 |
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2016-09-27 00:10:55 +0000 |
| commit | cc13f81fb877c3d71caaa893cb45a682c8041b3d (patch) | |
| tree | 6b80de731719ddb403c3b32013f676fae8d00ec9 /pimd/pim_cmd.c | |
| parent | 55c727dd758cd69aa7e2760df6bca8fb5f3db4d9 (diff) | |
| parent | e961923c7217b935027107cad30c35c3907c936f (diff) | |
Merge branch 'vtysh-grammar' of ssh://stash.cumulusnetworks.com:7999/quag/quagga into vtysh-grammar
Diffstat (limited to 'pimd/pim_cmd.c')
| -rw-r--r-- | pimd/pim_cmd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pimd/pim_cmd.c b/pimd/pim_cmd.c index 52302a6460..f1c2753526 100644 --- a/pimd/pim_cmd.c +++ b/pimd/pim_cmd.c @@ -4160,7 +4160,7 @@ static struct igmp_sock *find_igmp_sock_by_fd(int fd) DEFUN (test_igmp_receive_report, test_igmp_receive_report_cmd, - "test igmp receive report (0-65535) A.B.C.D (1-6) .LINE", + "test igmp receive report (0-65535) A.B.C.D (1-6) LINE...", "Test\n" "Test IGMP protocol\n" "Test IGMP message\n" @@ -4276,7 +4276,7 @@ static int hexval(uint8_t ch) DEFUN (test_pim_receive_dump, test_pim_receive_dump_cmd, - "test pim receive dump INTERFACE A.B.C.D .LINE", + "test pim receive dump INTERFACE A.B.C.D LINE...", "Test\n" "Test PIM protocol\n" "Test PIM message reception\n" |
