examples/iscsi-dd: parse the -x option

Signed-off-by: Andrei Vagin <avagin@openvz.org>
This commit is contained in:
Andrei Vagin
2017-12-15 03:42:09 +03:00
parent aa617d1e5e
commit 07d03d5046

View File

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