machinectl: make "machinectl -E … shell" work

Fixes: #4823
This commit is contained in:
Lennart Poettering 2016-12-06 19:35:31 +01:00
parent 493097eecc
commit 61f638e544

View file

@ -2769,7 +2769,7 @@ static int parse_argv(int argc, char *argv[]) {
assert(argv);
for (;;) {
static const char option_string[] = "-hp:als:H:M:qn:o:";
static const char option_string[] = "-hp:als:H:M:qn:o:E:";
c = getopt_long(argc, argv, option_string + reorder, options, NULL);
if (c < 0)