29 lines
1.0 KiB
Diff
29 lines
1.0 KiB
Diff
From 1fd8d16fb95b883c927fc8ec73b343b4edba5e6b Mon Sep 17 00:00:00 2001
|
|
From: Lennart Poettering <lennart@poettering.net>
|
|
Date: Tue, 6 Dec 2016 19:35:31 +0100
|
|
Subject: [PATCH] =?UTF-8?q?machinectl:=20make=20"machinectl=20-E=20?=
|
|
=?UTF-8?q?=E2=80=A6=20shell"=20work?=
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
Fixes: #4823
|
|
(cherry picked from commit 61f638e5446d0d4a5b5e7f81c174e4f072bd01f7)
|
|
---
|
|
src/machine/machinectl.c | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/src/machine/machinectl.c b/src/machine/machinectl.c
|
|
index 7b9be3b425..d54caecf46 100644
|
|
--- a/src/machine/machinectl.c
|
|
+++ b/src/machine/machinectl.c
|
|
@@ -2756,7 +2756,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)
|