chiark / gitweb /
use /run/udev/ if possible and fall back to /dev/.udev/
[elogind.git] / libudev / test-libudev.c
index f8eb8e5d5ac3f9a87eaa7a8373849b9452ecee1e..5ff8663b909e2c87a8bc6025fa2c4aca55b6e6ef 100644 (file)
@@ -426,7 +426,7 @@ int main(int argc, char *argv[])
        for (;;) {
                int option;
 
-               option = getopt_long(argc, argv, "+dhV", options, NULL);
+               option = getopt_long(argc, argv, "+p:s:dhV", options, NULL);
                if (option == -1)
                        break;