From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH iproute2 v2] tc/mqprio: Print extra info on invalid args. Date: Mon, 10 Sep 2018 12:15:46 -0700 Message-ID: <20180910121546.1c333f5b@shemminger-XPS-13-9360> References: <20180906210117.203461-1-caleb.raitto@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, jhs@mojatatu.com, xiyou.wangcong@gmail.com, jiri@resnulli.us, Caleb Raitto To: Caleb Raitto Return-path: Received: from mail-pf1-f195.google.com ([209.85.210.195]:37958 "EHLO mail-pf1-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727742AbeIKALV (ORCPT ); Mon, 10 Sep 2018 20:11:21 -0400 Received: by mail-pf1-f195.google.com with SMTP id x17-v6so10961282pfh.5 for ; Mon, 10 Sep 2018 12:15:49 -0700 (PDT) In-Reply-To: <20180906210117.203461-1-caleb.raitto@gmail.com> Sender: netdev-owner@vger.kernel.org List-ID: On Thu, 6 Sep 2018 14:01:17 -0700 Caleb Raitto wrote: > From: Caleb Raitto > > Print the name of the argument that wasn't understood. > > Signed-off-by: Caleb Raitto That is simpler, thanks. Applied