example/identify: make clear the usage of -p parameter

Change-Id: I6401bcb3a025ae96b156decf4668fd8863ea2fc5
Signed-off-by: GangCao <gang.cao@intel.com>
Reviewed-on: https://review.gerrithub.io/371108
Tested-by: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
This commit is contained in:
GangCao 2017-07-24 22:23:02 -04:00 committed by Jim Harris
parent c27e4a18b1
commit c6dc4d184d

View File

@ -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");