summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2016-12-06 19:35:31 +0100
committerLennart Poettering <lennart@poettering.net>2016-12-14 18:29:30 +0100
commit61f638e5446d0d4a5b5e7f81c174e4f072bd01f7 (patch)
tree493a81982acdcb11505a2c028bab7080156590b8
parent493097eecc03105892740b8b0fe9739296130703 (diff)
machinectl: make "machinectl -E … shell" work
Fixes: #4823
-rw-r--r--src/machine/machinectl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/machine/machinectl.c b/src/machine/machinectl.c
index 3294ea7821..36c2607ba9 100644
--- a/src/machine/machinectl.c
+++ b/src/machine/machinectl.c
@@ -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)