mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-17 17:39:28 +01:00
iwd: Add -K to getopt optstring to fix short option.
This commit is contained in:
parent
300b4b1e7a
commit
f424559af5
@ -87,7 +87,7 @@ int main(int argc, char *argv[])
|
||||
for (;;) {
|
||||
int opt;
|
||||
|
||||
opt = getopt_long(argc, argv, "Bvh", main_options, NULL);
|
||||
opt = getopt_long(argc, argv, "KBvh", main_options, NULL);
|
||||
if (opt < 0)
|
||||
break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user