summaryrefslogtreecommitdiff
path: root/src/udev/udevd.c
diff options
context:
space:
mode:
authorLidong Zhong <lzhong@suse.com>2015-07-24 16:37:17 +0800
committerLidong Zhong <lzhong@suse.com>2015-07-24 16:39:55 +0800
commite14b6f211cefd00aed2cb9f069941f5c13776457 (patch)
tree47731d17127804d0af7eda0187fd297a072f8f29 /src/udev/udevd.c
parent7ee7b225bd2fc3e7a3980f5fb7b10dfc6e205578 (diff)
udev: fix parameter process
Diffstat (limited to 'src/udev/udevd.c')
-rw-r--r--src/udev/udevd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/udev/udevd.c b/src/udev/udevd.c
index 0661f7be00..db4dad9a13 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) {