From: Lidong Zhong Date: Fri, 24 Jul 2015 08:37:17 +0000 (+0800) Subject: udev: fix parameter process X-Git-Tag: v223~45^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e14b6f211cefd00aed2cb9f069941f5c13776457;p=thirdparty%2Fsystemd.git udev: fix parameter process --- diff --git a/src/udev/udevd.c b/src/udev/udevd.c index 0661f7be00f..db4dad9a131 100644 --- a/src/udev/udevd.c +++ b/src/udev/udevd.c @@ -1432,7 +1432,7 @@ static int parse_argv(int argc, char *argv[]) { assert(argc >= 0); assert(argv); - while ((c = getopt_long(argc, argv, "c:de:DtN:hV", options, NULL)) >= 0) { + while ((c = getopt_long(argc, argv, "c:de:Dt:N:hV", options, NULL)) >= 0) { int r; switch (c) {