chiark / gitweb /
udevd: add 'N:' to optstring in getopt_long
[elogind.git] / udev / udevd.c
index 1871474ff9ea7700ac57acb4f0316d1623db6967..a8b339fa1f76c63e27a9d6d16679224b222b7e55 100644 (file)
@@ -1118,7 +1118,7 @@ int main(int argc, char *argv[])
        for (;;) {
                int option;
 
-               option = getopt_long(argc, argv, "c:deDthV", options, NULL);
+               option = getopt_long(argc, argv, "c:deDtN:hV", options, NULL);
                if (option == -1)
                        break;