busctl: add missing shortopt -l

This commit is contained in:
Juergen Hoetzel 2020-09-15 08:09:51 +02:00 committed by Zbigniew Jędrzejewski-Szmek
parent 8cc53fae36
commit 150c430fd4
1 changed files with 1 additions and 1 deletions

View File

@ -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) {