mirror of
https://github.com/systemd/systemd.git
synced 2024-11-02 19:21:53 +03:00
parent
48ddca5f35
commit
b722348d05
@ -385,7 +385,7 @@ static int parse_argv(int argc, char *argv[]) {
|
||||
assert(argc >= 0);
|
||||
assert(argv);
|
||||
|
||||
while ((c = getopt_long(argc, argv, "+hl:aEd", options, NULL)) >= 0)
|
||||
while ((c = getopt_long(argc, argv, "+hl:aE:d", options, NULL)) >= 0)
|
||||
switch(c) {
|
||||
case 'h':
|
||||
help();
|
||||
|
Loading…
Reference in New Issue
Block a user