]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
bootctl: fix -q option
authorAntonio Alvarez Feijoo <antonio.feijoo@suse.com>
Mon, 6 Nov 2023 13:54:42 +0000 (14:54 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Mon, 6 Nov 2023 16:36:38 +0000 (16:36 +0000)
Follow up to 14e6e444dd9eaa0db229548c31baecd75de4478e

src/boot/bootctl.c

index 168c843d1877ef0af3dc466a0c9558999bad1e23..4614ca17801c2fcdb1724cfe91cb4d8dfa75603b 100644 (file)
@@ -262,7 +262,7 @@ static int parse_argv(int argc, char *argv[]) {
         assert(argc >= 0);
         assert(argv);
 
-        while ((c = getopt_long(argc, argv, "hpxR", options, NULL)) >= 0)
+        while ((c = getopt_long(argc, argv, "hpxRq", options, NULL)) >= 0)
                 switch (c) {
 
                 case 'h':