From 8d9295bbf59af6a1d1dce371749f5d893e9f2241 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 17 Oct 2022 12:27:41 +0200 Subject: [PATCH] pcrphase: fix --help text We don't take a command, we just take a "word" which we'll extend into PCR 11. --- src/boot/pcrphase.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.47.3