From 34d460708e5c80be63174be4221121e4cf62a2aa Mon Sep 17 00:00:00 2001 From: Seth Howell Date: Mon, 20 Aug 2018 14:57:50 -0700 Subject: [PATCH] include: update SPDK_APP_GETOPT_STRING Reconciling the getopts string with the accepted short form arguments for spdk apps. Change-Id: Ie36b69df8c4a0f30f718480b28dac7dcf2da3319 Signed-off-by: Seth Howell Reviewed-on: https://review.gerrithub.io/422908 Tested-by: SPDK CI Jenkins Chandler-Test-Pool: SPDK Automated Test System Reviewed-by: Jim Harris Reviewed-by: Ben Walker --- include/spdk/event.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/spdk/event.h b/include/spdk/event.h index e38f97ae2..2fa3f92e7 100644 --- a/include/spdk/event.h +++ b/include/spdk/event.h @@ -216,7 +216,7 @@ int spdk_app_parse_core_mask(const char *mask, struct spdk_cpuset *cpumask); */ struct spdk_cpuset *spdk_app_get_core_mask(void); -#define SPDK_APP_GETOPT_STRING "c:de:ghi:m:n:p:qr:s:uwB:L:RW:" +#define SPDK_APP_GETOPT_STRING "c:de:ghi:m:n:p:r:s:uB:L:RW:" enum spdk_app_parse_args_rvals { SPDK_APP_PARSE_ARGS_HELP = 0,