1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-22 17:35:35 +03:00

sbsign: remove unimplemented options

This commit is contained in:
Antonio Alvarez Feijoo 2024-11-07 08:57:39 +01:00 committed by Luca Boccassi
parent fed7857672
commit 215292d09e

View 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':