[ethtool] 07/20: ethtool: sync help output for -x/-X with man page

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Wed Aug 30 12:59:24 UTC 2017


This is an automated email from the git hooks/post-receive script.

benh pushed a commit to branch master
in repository ethtool.

commit 23efab9b4a4f96f9b8d81103396581b10dc1c5c1
Author: Ivan Vecera <cera at cera.cz>
Date:   Mon Feb 20 15:13:52 2017 +0100

    ethtool: sync help output for -x/-X with man page
    
    Add missing words to the help output for -x and -X commands as well
    as an ability to set the indirection table to default value.
    
    Signed-off-by: Ivan Vecera <cera at cera.cz>
    Signed-off-by: John W. Linville <linville at tuxdriver.com>
---
 ethtool.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/ethtool.c b/ethtool.c
index 031afe8..669bc36 100644
--- a/ethtool.c
+++ b/ethtool.c
@@ -4792,10 +4792,10 @@ static const struct option {
 	{ "-T|--show-time-stamping", 1, do_tsinfo,
 	  "Show time stamping capabilities" },
 	{ "-x|--show-rxfh-indir|--show-rxfh", 1, do_grxfh,
-	  "Show Rx flow hash indirection and/or hash key" },
+	  "Show Rx flow hash indirection table and/or RSS hash key" },
 	{ "-X|--set-rxfh-indir|--rxfh", 1, do_srxfh,
-	  "Set Rx flow hash indirection and/or hash key",
-	  "		[ equal N | weight W0 W1 ... ]\n"
+	  "Set Rx flow hash indirection table and/or RSS hash key",
+	  "		[ equal N | weight W0 W1 ... | default ]\n"
 	  "		[ hkey %x:%x:%x:%x:%x:.... ]\n" },
 	{ "-f|--flash", 1, do_flash,
 	  "Flash firmware image from the specified file to a region on the device",

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/ethtool.git



More information about the Kernel-svn-changes mailing list