Skip to content

Commit 589b50d

Browse files
aafeijoo-susebluca
authored andcommitted
bootctl: fix -q option
Follow up to 14e6e44 (cherry picked from commit 4697ee9)
1 parent b8fa625 commit 589b50d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/boot/bootctl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ static int parse_argv(int argc, char *argv[]) {
260260
assert(argc >= 0);
261261
assert(argv);
262262

263-
while ((c = getopt_long(argc, argv, "hpxR", options, NULL)) >= 0)
263+
while ((c = getopt_long(argc, argv, "hpxRq", options, NULL)) >= 0)
264264
switch (c) {
265265

266266
case 'h':

0 commit comments

Comments
 (0)