From: Antonio Alvarez Feijoo Date: Thu, 7 Nov 2024 07:57:39 +0000 (+0100) Subject: sbsign: remove unimplemented options X-Git-Tag: v257-rc2~68 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=215292d09e8cc997e9034aabe5b37a75ad69d8cd;p=thirdparty%2Fsystemd.git sbsign: remove unimplemented options --- diff --git a/src/boot/sbsign.c b/src/boot/sbsign.c index 7dc2cc86af3..961a514dac6 100644 --- a/src/boot/sbsign.c +++ b/src/boot/sbsign.c @@ -90,7 +90,7 @@ static int parse_argv(int argc, char *argv[]) { assert(argc >= 0); assert(argv); - while ((c = getopt_long(argc, argv, "hjc", options, NULL)) >= 0) + while ((c = getopt_long(argc, argv, "h", options, NULL)) >= 0) switch (c) { case 'h':