X-Git-Url: https://gerrit.fd.io/r/gitweb?p=vpp.git;a=blobdiff_plain;f=src%2Fplugins%2Faf_xdp%2Fcli.c;h=d5f21d4c3919a3919b42259bd5aa39401ec32292;hp=5fe7c2ef399b79dbdbae1032e394c28d10ffdb5e;hb=d4e109138;hpb=18f0e312f73b5b27748ef229be11da9c4ee1bc1b diff --git a/src/plugins/af_xdp/cli.c b/src/plugins/af_xdp/cli.c index 5fe7c2ef399..d5f21d4c391 100644 --- a/src/plugins/af_xdp/cli.c +++ b/src/plugins/af_xdp/cli.c @@ -47,7 +47,7 @@ af_xdp_create_command_fn (vlib_main_t * vm, unformat_input_t * input, /* *INDENT-OFF* */ VLIB_CLI_COMMAND (af_xdp_create_command, static) = { .path = "create interface af_xdp", - .short_help = "create interface af_xdp [name ifname] [rx-queue-size size] [tx-queue-size size] [num-rx-queues num] [prog pathname] [zero-copy|no-zero-copy]", + .short_help = "create interface af_xdp [name ifname] [rx-queue-size size] [tx-queue-size size] [num-rx-queues ] [prog pathname] [zero-copy|no-zero-copy]", .function = af_xdp_create_command_fn, }; /* *INDENT-ON* */