From: Michal Jastrzebski Date: Fri, 21 Apr 2017 11:21:54 +0000 (+0200) Subject: app/procinfo: fix description of --xstats-name option X-Git-Tag: spdx-start~3414 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=a11595045e2a6cf15128b93529c236b4ac2d2543;p=dpdk.git app/procinfo: fix description of --xstats-name option fix proc-info xstats-name description string Fixes: 1223608adb9b ("app/proc-info: support xstats by ID") Signed-off-by: Michal Jastrzebski Acked-by: Harry van Haaren --- diff --git a/app/proc_info/main.c b/app/proc_info/main.c index 9c9b2b542f..16b27b2f12 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"