mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-02-16 15:20:42 +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 (;;) {
|
for (;;) {
|
||||||
int opt;
|
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);
|
NULL);
|
||||||
if (opt < 0)
|
if (opt < 0)
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user