chiark / gitweb /
Merge nss-myhostname
[elogind.git] / src / udev / udevd.c
index ebd601e262c4117758b3603b52116ec93713d7b4..ffc48a03bdbff22f7457ee5161ea965f2177321a 100644 (file)
@@ -1097,7 +1097,7 @@ int main(int argc, char *argv[])
         for (;;) {
                 int option;
 
-                option = getopt_long(argc, argv, "c:deDtN:hV", options, NULL);
+                option = getopt_long(argc, argv, "c:de:DtN:hV", options, NULL);
                 if (option == -1)
                         break;