3
0
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:
Marcel Holtmann 2018-09-14 15:17:14 +02:00
parent c9b460f5cc
commit b88388b172

View File

@ -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;