From: Jiri Pirko Date: Fri, 15 Apr 2016 07:51:43 +0000 (+0200) Subject: devlink: fix "devlink port" help message X-Git-Tag: v4.6.0~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec7513faa959811e3a68aed0836d949dd924afca;p=thirdparty%2Fiproute2.git devlink: fix "devlink port" help message "dl" -> "devlink" Signed-off-by: Jiri Pirko --- diff --git a/devlink/devlink.c b/devlink/devlink.c index c2da85074..39f423aa3 100644 --- a/devlink/devlink.c +++ b/devlink/devlink.c @@ -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)