Commit ec7513fa authored by Jiri Pirko's avatar Jiri Pirko Committed by Stephen Hemminger

devlink: fix "devlink port" help message

"dl" -> "devlink"
Signed-off-by: default avatarJiri Pirko <jiri@mellanox.com>
parent d9ba887e
......@@ -578,9 +578,9 @@ static int cmd_dev(struct dl *dl)
static void cmd_port_help(void)
{
pr_out("Usage: devlink port show [ DEV/PORT_INDEX ]\n");
pr_out(" dl port set DEV/PORT_INDEX [ type { eth | ib | auto} ]\n");
pr_out(" dl port split DEV/PORT_INDEX count COUNT\n");
pr_out(" dl port unsplit DEV/PORT_INDEX\n");
pr_out(" devlink port set DEV/PORT_INDEX [ type { eth | ib | auto} ]\n");
pr_out(" devlink port split DEV/PORT_INDEX count COUNT\n");
pr_out(" devlink port unsplit DEV/PORT_INDEX\n");
}
static const char *port_type_name(uint32_t type)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment