From: Lennart Poettering Date: Mon, 17 Oct 2022 10:27:41 +0000 (+0200) Subject: pcrphase: fix --help text X-Git-Tag: v252-rc2~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8d9295bbf59af6a1d1dce371749f5d893e9f2241;p=thirdparty%2Fsystemd.git pcrphase: fix --help text We don't take a command, we just take a "word" which we'll extend into PCR 11. --- diff --git a/src/boot/pcrphase.c b/src/boot/pcrphase.c index 3be89bc2868..267f66767c6 100644 --- a/src/boot/pcrphase.c +++ b/src/boot/pcrphase.c @@ -26,7 +26,7 @@ static int help(int argc, char *argv[], void *userdata) { if (r < 0) return log_oom(); - printf("%1$s [OPTIONS...] COMMAND ...\n" + printf("%1$s [OPTIONS...] WORD ...\n" "\n%5$sMeasure boot phase into TPM2 PCR 11.%6$s\n" "\n%3$sOptions:%4$s\n" " -h --help Show this help\n"