From c6dc4d184d99b7198e0ef59d53f248022dea69b7 Mon Sep 17 00:00:00 2001 From: GangCao Date: Mon, 24 Jul 2017 22:23:02 -0400 Subject: [PATCH] example/identify: make clear the usage of -p parameter Change-Id: I6401bcb3a025ae96b156decf4668fd8863ea2fc5 Signed-off-by: GangCao Reviewed-on: https://review.gerrithub.io/371108 Tested-by: SPDK Automated Test System Reviewed-by: Ben Walker Reviewed-by: Jim Harris --- examples/nvme/identify/identify.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/nvme/identify/identify.c b/examples/nvme/identify/identify.c index 8a6c612f0..20f944940 100644 --- a/examples/nvme/identify/identify.c +++ b/examples/nvme/identify/identify.c @@ -981,7 +981,7 @@ usage(const char *program_name) spdk_tracelog_usage(stdout, "-t"); printf(" -i shared memory group ID\n"); - printf(" -p core to run this application\n"); + printf(" -p core number in decimal to run this application which started from 0\n"); printf(" -d DPDK huge memory size in MB\n"); printf(" -x print hex dump of raw data\n"); printf(" -v verbose (enable warnings)\n");