[dpdk-dev] [PATCH] app/proc-info: fix proc-info xstats-name description string

Michal Jastrzebski michalx.k.jastrzebski at intel.com
Fri Apr 21 13:21:54 CEST 2017


fix proc-info xstats-name description string

Fixes: 1223608adb9b ("app/proc-info: support xstats by ID")

Signed-off-by: Michal Jastrzebski <michalx.k.jastrzebski at intel.com>
---
 app/proc_info/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/proc_info/main.c b/app/proc_info/main.c
index 9c9b2b5..16b27b2 100644
--- a/app/proc_info/main.c
+++ b/app/proc_info/main.c
@@ -107,7 +107,7 @@ proc_info_usage(const char *prgname)
 			"default\n"
 		"  --metrics: to display derived metrics of the ports, disabled by "
 			"default\n"
-		"  --xstats-name NAME: to display single xstat value by NAME\n"
+		"  --xstats-name NAME: displays the ID of a single xstats NAME\n"
 		"  --xstats-ids IDLIST: to display xstat values by id. "
 			"The argument is comma-separated list of xstat ids to print out.\n"
 		"  --stats-reset: to reset port statistics\n"
-- 
2.7.4



More information about the dev mailing list