mirror of
https://github.com/systemd/systemd.git
synced 2024-11-08 11:27:32 +03:00
udev: fix parameter process
This commit is contained in:
parent
7ee7b225bd
commit
e14b6f211c
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user