]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
updatectl: remove unimplemented option
authorAntonio Alvarez Feijoo <antonio.feijoo@suse.com>
Mon, 14 Oct 2024 10:02:04 +0000 (12:02 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 14 Oct 2024 11:30:46 +0000 (13:30 +0200)
src/sysupdate/updatectl.c

index cea1274623fe5719a44aa4b5df499254667f5dc4..216f37f931769be8538c327f97eeb7c63f2d4fee 100644 (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':