]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
busctl: add missing shortopt -l
authorJuergen Hoetzel <juergen@hoetzel.info>
Tue, 15 Sep 2020 06:09:51 +0000 (08:09 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 15 Sep 2020 07:38:10 +0000 (09:38 +0200)
src/busctl/busctl.c

index 3163492268d94a8f4538fa69c486f99550476266..16dca649cf9c929cf7170a55d191d04f0b899fda 100644 (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) {