From patchwork Fri Aug 17 13:21:07 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michal Kubecek X-Patchwork-Id: 958808 X-Patchwork-Delegate: linville@tuxdriver.com Return-Path: X-Original-To: patchwork-incoming-netdev@ozlabs.org Delivered-To: patchwork-incoming-netdev@ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=netdev-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=suse.cz Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 41sP3X5WSzz9s3x for ; Fri, 17 Aug 2018 23:21:12 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726565AbeHQQYd (ORCPT ); Fri, 17 Aug 2018 12:24:33 -0400 Received: from mx2.suse.de ([195.135.220.15]:46674 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725800AbeHQQYd (ORCPT ); Fri, 17 Aug 2018 12:24:33 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay1.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 3078BACCD; Fri, 17 Aug 2018 13:21:09 +0000 (UTC) Received: by unicorn.suse.cz (Postfix, from userid 1000) id BF630A0A86; Fri, 17 Aug 2018 15:21:07 +0200 (CEST) From: Michal Kubecek Subject: [PATCH ethtool] ethtool: document WoL filters option also in help message To: "John W. Linville" Cc: Florian Fainelli , netdev@vger.kernel.org Message-Id: <20180817132107.BF630A0A86@unicorn.suse.cz> Date: Fri, 17 Aug 2018 15:21:07 +0200 (CEST) Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Commit eff0bb337223 ("ethtool: Add support for WAKE_FILTER (WoL using filters)") added option "f" for wake on lan and documented it in man page but not in the output of "ethtool --help". Signed-off-by: Michal Kubecek Acked-by: Florian Fainelli --- ethtool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ethtool.c b/ethtool.c index aa2bbe9e4c65..e8b7703293d2 100644 --- a/ethtool.c +++ b/ethtool.c @@ -5069,7 +5069,7 @@ static const struct option { " [ advertise %x ]\n" " [ phyad %d ]\n" " [ xcvr internal|external ]\n" - " [ wol p|u|m|b|a|g|s|d... ]\n" + " [ wol p|u|m|b|a|g|s|f|d... ]\n" " [ sopass %x:%x:%x:%x:%x:%x ]\n" " [ msglvl %d | msglvl type on|off ... ]\n" }, { "-a|--show-pause", 1, do_gpause, "Show pause options" },