app/testpmd: fix help of MTU set commmand
Fixes: ae03d0d18a
("app/testpmd: command to configure MTU")
Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
This commit is contained in:
parent
594302c722
commit
b2fbb98789
@ -1367,7 +1367,7 @@ cmdline_parse_token_num_t cmd_config_mtu_value =
|
||||
cmdline_parse_inst_t cmd_config_mtu = {
|
||||
.f = cmd_config_mtu_parsed,
|
||||
.data = NULL,
|
||||
.help_str = "port config mtu value",
|
||||
.help_str = "port config mtu port_id value",
|
||||
.tokens = {
|
||||
(void *)&cmd_config_mtu_port,
|
||||
(void *)&cmd_config_mtu_keyword,
|
||||
|
Loading…
Reference in New Issue
Block a user