]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
report: -p is not defined
authorLennart Poettering <lennart@amutable.com>
Fri, 6 Feb 2026 22:43:31 +0000 (23:43 +0100)
committerLennart Poettering <lennart@amutable.com>
Sat, 7 Feb 2026 22:13:16 +0000 (23:13 +0100)
src/report/report.c

index 2e4b358e5ebbfd368044799fc66186f8f710edbf..8da9e14994a2c1ad9609fd4d73ec5ca191808b4d 100644 (file)
@@ -283,7 +283,7 @@ static int parse_argv(int argc, char *argv[]) {
         assert(argc >= 0);
         assert(argv);
 
-        while ((c = getopt_long(argc, argv, "hp", options, NULL)) >= 0)
+        while ((c = getopt_long(argc, argv, "h", options, NULL)) >= 0)
                 switch (c) {
                 case 'h':
                         return help();