mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 00:47:10 +09:00
systemd-run: really make -E an alias for --setenv (#3654)
systemd-run --help says: -E --setenv=NAME=VALUE Set environment
This commit is contained in:
committed by
Lennart Poettering
parent
f05b266346
commit
a17402291b
@@ -187,7 +187,7 @@ static int parse_argv(int argc, char *argv[]) {
|
||||
assert(argc >= 0);
|
||||
assert(argv);
|
||||
|
||||
while ((c = getopt_long(argc, argv, "+hrH:M:p:tq", options, NULL)) >= 0)
|
||||
while ((c = getopt_long(argc, argv, "+hrH:M:E:p:tq", options, NULL)) >= 0)
|
||||
|
||||
switch (c) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user