mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-25 09:39:25 +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 (;;) {
|
for (;;) {
|
||||||
int opt;
|
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);
|
NULL);
|
||||||
if (opt < 0)
|
if (opt < 0)
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user