From: Yu Watanabe Date: Fri, 31 Oct 2025 15:51:34 +0000 (+0900) Subject: analyze: add missing help entry X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=23fbaa463a1716faf339c4d16bcc63a3c0afe531;p=thirdparty%2Fsystemd.git analyze: add missing help entry Follow-up for 0fe29d0672d8c7ad422ca88ad12d10f08f3f2a05. --- diff --git a/src/analyze/analyze.c b/src/analyze/analyze.c index 857f2bb3f5f..9b611daadef 100644 --- a/src/analyze/analyze.c +++ b/src/analyze/analyze.c @@ -254,6 +254,7 @@ static int help(int argc, char *argv[], void *userdata) { " Run command on the namespace of the service\n" "\n%3$sExecutable Analysis:%4$s\n" " inspect-elf FILE... Parse and print ELF package metadata\n" + " dlopen-metadata FILE Parse and print ELF dlopen metadata\n" "\n%3$sTPM Operations:%4$s\n" " has-tpm2 Report whether TPM2 support is available\n" " pcrs [PCR...] Show TPM2 PCRs and their names\n"