From: Lennart Poettering Date: Fri, 6 Feb 2026 22:43:31 +0000 (+0100) Subject: report: -p is not defined X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fa9f10088288e15626f8df9b2380c1642ac96ac;p=thirdparty%2Fsystemd.git report: -p is not defined --- diff --git a/src/report/report.c b/src/report/report.c index 2e4b358e5eb..8da9e14994a 100644 --- a/src/report/report.c +++ b/src/report/report.c @@ -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();