diff --git a/bgpd/bgp_vty.c b/bgpd/bgp_vty.c index 509943c8c6..0ffccf7bf8 100644 --- a/bgpd/bgp_vty.c +++ b/bgpd/bgp_vty.c @@ -7688,11 +7688,12 @@ DEFUN(neighbor_maximum_prefix_out, DEFUN(no_neighbor_maximum_prefix_out, no_neighbor_maximum_prefix_out_cmd, - "no neighbor maximum-prefix-out", + "no neighbor maximum-prefix-out [(1-4294967295)]", NO_STR NEIGHBOR_STR NEIGHBOR_ADDR_STR2 - "Maximum number of prefixes to be sent to this peer\n") + "Maximum number of prefixes to be sent to this peer\n" + "Maximum no. of prefix limit\n") { int idx_peer = 2; struct peer *peer;