mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-21 22:09:23 +01:00
test-runner: Add missing 's' option to command line parser
This commit is contained in:
parent
3195485e80
commit
83ddd88e61
@ -3104,7 +3104,7 @@ int main(int argc, char *argv[])
|
||||
for (;;) {
|
||||
int opt;
|
||||
|
||||
opt = getopt_long(argc, argv, "A:q:k:v:g:l:UVdh", main_options,
|
||||
opt = getopt_long(argc, argv, "A:q:k:v:g:sl:UVdh", main_options,
|
||||
NULL);
|
||||
if (opt < 0)
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user