From 07d03d5046c9849b01835eb02fb87d355baf7c59 Mon Sep 17 00:00:00 2001 From: Andrei Vagin Date: Fri, 15 Dec 2017 03:42:09 +0300 Subject: [PATCH] examples/iscsi-dd: parse the -x option Signed-off-by: Andrei Vagin --- examples/iscsi-dd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/iscsi-dd.c b/examples/iscsi-dd.c index cd09650..2639eae 100644 --- a/examples/iscsi-dd.c +++ b/examples/iscsi-dd.c @@ -547,7 +547,7 @@ int main(int argc, char *argv[]) memset(&client, 0, sizeof(client)); - while ((c = getopt_long(argc, argv, "d:s:i:m:b:p6n", long_options, + while ((c = getopt_long(argc, argv, "d:s:i:m:b:p6nx", long_options, &option_index)) != -1) { char *endptr;