]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
sbsign: remove unimplemented options
authorAntonio Alvarez Feijoo <antonio.feijoo@suse.com>
Thu, 7 Nov 2024 07:57:39 +0000 (08:57 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Thu, 7 Nov 2024 09:47:50 +0000 (09:47 +0000)
src/boot/sbsign.c

index 7dc2cc86af3b23f106a11fa0927a9ff609fba788..961a514dac60e2b443814caac6096ab2a620efff 100644 (file)
@@ -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':