mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-21 22:09:23 +01:00
hwsim: Fix missing handling of help option -h
This commit is contained in:
parent
c9b460f5cc
commit
b88388b172
@ -2434,7 +2434,7 @@ int main(int argc, char *argv[])
|
||||
for (;;) {
|
||||
int opt;
|
||||
|
||||
opt = getopt_long(argc, argv, ":L:CD:kn:ipv", main_options,
|
||||
opt = getopt_long(argc, argv, ":L:CD:kn:ipvh", main_options,
|
||||
NULL);
|
||||
if (opt < 0)
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user