example/abort: Fix missing optarg.
Optargs are missed about -G and -T which are used to trace and debug. Signed-off-by: yidong0635 <dongx.yi@intel.com> Change-Id: I3624b80f52c1b603acf1bc96126b73d1042f1b34 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/7109 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Aleksey Marchuk <alexeymar@mellanox.com> Reviewed-by: Changpeng Liu <changpeng.liu@intel.com> Community-CI: Mellanox Build Bot
This commit is contained in:
parent
f0956d33fb
commit
13cd7c597a
@ -642,7 +642,7 @@ parse_args(int argc, char **argv)
|
|||||||
long int val;
|
long int val;
|
||||||
int rc;
|
int rc;
|
||||||
|
|
||||||
while ((op = getopt(argc, argv, "a:c:i:o:q:r:s:t:w:M:")) != -1) {
|
while ((op = getopt(argc, argv, "a:c:i:o:q:r:s:t:w:GM:T:")) != -1) {
|
||||||
switch (op) {
|
switch (op) {
|
||||||
case 'a':
|
case 'a':
|
||||||
case 'i':
|
case 'i':
|
||||||
|
Loading…
Reference in New Issue
Block a user