mirror of
https://github.com/systemd/systemd.git
synced 2025-01-13 17:18:18 +03:00
busctl: add missing shortopt -l
This commit is contained in:
parent
8cc53fae36
commit
150c430fd4
@ -2394,7 +2394,7 @@ static int parse_argv(int argc, char *argv[]) {
|
||||
assert(argc >= 0);
|
||||
assert(argv);
|
||||
|
||||
while ((c = getopt_long(argc, argv, "hH:M:qj", options, NULL)) >= 0)
|
||||
while ((c = getopt_long(argc, argv, "hH:M:qjl", options, NULL)) >= 0)
|
||||
|
||||
switch (c) {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user