From 5b9de8adef6935bc3dac48ded4892ce928a08a2d Mon Sep 17 00:00:00 2001 From: Antonio Alvarez Feijoo Date: Mon, 14 Oct 2024 12:02:04 +0200 Subject: [PATCH] updatectl: remove unimplemented option --- src/sysupdate/updatectl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sysupdate/updatectl.c b/src/sysupdate/updatectl.c index cea1274623f..216f37f9317 100644 --- a/src/sysupdate/updatectl.c +++ b/src/sysupdate/updatectl.c @@ -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': -- 2.47.3