Signed-off-by: Thomas Egerer <thomas.egerer@xxxxxxxxxxx> --- udev/udevd.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/udev/udevd.c b/udev/udevd.c index 1871474..53db44a 100644 --- a/udev/udevd.c +++ b/udev/udevd.c @@ -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:deDthN:V", options, NULL); if (option == -1) break;