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:
parent
fed7857672
commit
215292d09e
@ -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':
|
||||
|
Loading…
Reference in New Issue
Block a user