Merge pull request #257 from avagin/opt

examples/iscsi-dd: parse the -x option
This commit is contained in:
Ronnie Sahlberg
2018-01-05 08:37:15 +10:00
committed by GitHub

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;