X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fip%2Fping.c;h=3847d8379621be6f798f8feafe19aa4791a125c0;hb=f2922422d972644e67d1ca989e40cd0100ecb06d;hp=2376d9a2f5b0fa2f0dd83813877ec14a97a39def;hpb=8934a04596d1421c35b194949b2027ca1fe71aef;p=vpp.git diff --git a/src/vnet/ip/ping.c b/src/vnet/ip/ping.c index 2376d9a2f5b..3847d837962 100755 --- a/src/vnet/ip/ping.c +++ b/src/vnet/ip/ping.c @@ -26,7 +26,7 @@ ping_main_t ping_main; * @file * @brief IPv4 and IPv6 ICMP Ping. * - * This file contains code to suppport IPv4 or IPv6 ICMP ECHO_REQUEST to + * This file contains code to support IPv4 or IPv6 ICMP ECHO_REQUEST to * network hosts. * */ @@ -1228,8 +1228,8 @@ VLIB_CLI_COMMAND (ping_command, static) = .function = ping_ip_address, .short_help = "ping { | ipv4 | ipv6 }" " [ipv4 | ipv6 ] [source ]" - " [size ] [interval ] [repeat ] [table-id ]" - " [verbose]", + " [size ] [interval ] [repeat ] [table-id ]" + " [burst ] [verbose]", .is_mp_safe = 1, }; /* *INDENT-ON* */