DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] app/proc-info: fix proc-info xstats-name description string
@ 2017-04-21 11:21 Michal Jastrzebski
  2017-04-21 12:04 ` Van Haaren, Harry
  0 siblings, 1 reply; 3+ messages in thread
From: Michal Jastrzebski @ 2017-04-21 11:21 UTC (permalink / raw)
  To: dev; +Cc: harry.van.haaren, deepak.k.jain, kubax.kozak, Michal Jastrzebski

fix proc-info xstats-name description string

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

Signed-off-by: Michal Jastrzebski <michalx.k.jastrzebski@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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-04-21 13:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-21 11:21 [dpdk-dev] [PATCH] app/proc-info: fix proc-info xstats-name description string Michal Jastrzebski
2017-04-21 12:04 ` Van Haaren, Harry
2017-04-21 13:15   ` Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).