diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2017-05-20 17:35:21 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2017-05-20 17:35:21 -0400 |
commit | 6e93cd92fa878d001f33c906ace1ba21b5df76c9 (patch) | |
tree | fce27733fc624859bf9db9f0f09aef3aeef34bc7 | |
parent | 57f986c13ef90017b9d42bf2b370e342053e12ee (diff) | |
parent | 55abeef7a586bc0b09c5b472aa3cfdc97a840bdd (diff) |
Merge branch 'notsystemd/postmove' into notsystemd/master
-rw-r--r-- | src/systemd-nspawn/nspawn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemd-nspawn/nspawn.c b/src/systemd-nspawn/nspawn.c index 9514152b5b..def40b7617 100644 --- a/src/systemd-nspawn/nspawn.c +++ b/src/systemd-nspawn/nspawn.c @@ -473,7 +473,7 @@ static int parse_argv(int argc, char *argv[]) { assert(argc >= 0); assert(argv); - while ((c = getopt_long(argc, argv, "+hD:u:abL:M:jS:Z:qi:xp:nU", options, NULL)) >= 0) + while ((c = getopt_long(argc, argv, "+hD:u:abL:M:jS:Z:qi:xp:nUE:", options, NULL)) >= 0) switch (c) { |