Blame SOURCES/0002-ethtool-sync-help-output-for-x-X-with-man-page.patch

3397d6
From d695f60666453d964a653c5033764c4b80121f56 Mon Sep 17 00:00:00 2001
3397d6
From: Ivan Vecera <cera@cera.cz>
3397d6
Date: Mon, 20 Feb 2017 15:13:52 +0100
3397d6
Subject: [PATCH 2/3] ethtool: sync help output for -x/-X with man page
3397d6
3397d6
Add missing words to the help output for -x and -X commands as well
3397d6
as an ability to set the indirection table to default value.
3397d6
3397d6
Signed-off-by: Ivan Vecera <cera@cera.cz>
3397d6
---
3397d6
 ethtool.c | 6 +++---
3397d6
 1 file changed, 3 insertions(+), 3 deletions(-)
3397d6
3397d6
diff --git a/ethtool.c b/ethtool.c
3397d6
index 75299c6..0d3244e 100644
3397d6
--- a/ethtool.c
3397d6
+++ b/ethtool.c
3397d6
@@ -4645,10 +4645,10 @@ static const struct option {
3397d6
 	{ "-T|--show-time-stamping", 1, do_tsinfo,
3397d6
 	  "Show time stamping capabilities" },
3397d6
 	{ "-x|--show-rxfh-indir|--show-rxfh", 1, do_grxfh,
3397d6
-	  "Show Rx flow hash indirection and/or hash key" },
3397d6
+	  "Show Rx flow hash indirection table and/or RSS hash key" },
3397d6
 	{ "-X|--set-rxfh-indir|--rxfh", 1, do_srxfh,
3397d6
-	  "Set Rx flow hash indirection and/or hash key",
3397d6
-	  "		[ equal N | weight W0 W1 ... ]\n"
3397d6
+	  "Set Rx flow hash indirection table and/or RSS hash key",
3397d6
+	  "		[ equal N | weight W0 W1 ... | default ]\n"
3397d6
 	  "		[ hkey %x:%x:%x:%x:%x:.... ]\n" },
3397d6
 	{ "-f|--flash", 1, do_flash,
3397d6
 	  "Flash firmware image from the specified file to a region on the device",
3397d6
-- 
3397d6
1.8.3.1
3397d6