chiark / gitweb /
cgls,loginctl,systemctl: fix -l
[elogind.git] / src / systemctl / systemctl.c
index 8d496ab709c99f50310cab5d46b2328692700daa..53033baae88953c763e46657c0cf16b23a47ddf6 100644 (file)
@@ -4872,7 +4872,7 @@ static int systemctl_parse_argv(int argc, char *argv[]) {
         assert(argc >= 0);
         assert(argv);
 
-        while ((c = getopt_long(argc, argv, "ht:p:aqfs:H:Pn:o:i", options, NULL)) >= 0) {
+        while ((c = getopt_long(argc, argv, "ht:p:alqfs:H:Pn:o:i", options, NULL)) >= 0) {
 
                 switch (c) {