]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
udev: fix parameter process 702/head
authorLidong Zhong <lzhong@suse.com>
Fri, 24 Jul 2015 08:37:17 +0000 (16:37 +0800)
committerLidong Zhong <lzhong@suse.com>
Fri, 24 Jul 2015 08:39:55 +0000 (16:39 +0800)
src/udev/udevd.c

index 0661f7be00fc50c3d62643e572c48816342ba1e1..db4dad9a1314642c8697026ac41a126ea994e072 100644 (file)
@@ -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) {