From: Antonio Alvarez Feijoo Date: Mon, 6 Nov 2023 13:54:42 +0000 (+0100) Subject: bootctl: fix -q option X-Git-Tag: v255-rc2~116 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4697ee9f43b2f4ccd0b5526fea0d1ae20cf61472;p=thirdparty%2Fsystemd.git bootctl: fix -q option Follow up to 14e6e444dd9eaa0db229548c31baecd75de4478e --- diff --git a/src/boot/bootctl.c b/src/boot/bootctl.c index 168c843d187..4614ca17801 100644 --- a/src/boot/bootctl.c +++ b/src/boot/bootctl.c @@ -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':