From: Antonio Alvarez Feijoo Date: Mon, 14 Oct 2024 10:02:04 +0000 (+0200) Subject: updatectl: remove unimplemented option X-Git-Tag: v257-rc1~237 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5b9de8adef6935bc3dac48ded4892ce928a08a2d;p=thirdparty%2Fsystemd.git updatectl: remove unimplemented option --- 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':