1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-02 19:21:53 +03:00

activate: fix -E option parsing

Fixes #2658.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2016-02-18 21:54:31 -05:00
parent 48ddca5f35
commit b722348d05

View File

@ -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();