updatectl: remove unimplemented option

This commit is contained in:
Antonio Alvarez Feijoo
2024-10-14 12:02:04 +02:00
committed by Lennart Poettering
parent 8c7c016635
commit 5b9de8adef

View File

@@ -1240,7 +1240,7 @@ static int parse_argv(int argc, char *argv[]) {
assert(argc >= 0);
assert(argv);
while ((c = getopt_long(argc, argv, "hH:M:", options, NULL)) >= 0) {
while ((c = getopt_long(argc, argv, "hH:", options, NULL)) >= 0) {
switch (c) {
case 'h':