diff options
author | Lennart Poettering <lennart@poettering.net> | 2022-10-17 12:27:41 +0200 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2022-10-17 12:39:33 +0200 |
commit | 8d9295bbf59af6a1d1dce371749f5d893e9f2241 (patch) | |
tree | 25be1fed945a24bef2b53cdbebf2f18b71ac8141 /src | |
parent | pcrphase: add two additional phases (diff) | |
download | systemd-8d9295bbf59af6a1d1dce371749f5d893e9f2241.tar.xz systemd-8d9295bbf59af6a1d1dce371749f5d893e9f2241.zip |
pcrphase: fix --help text
We don't take a command, we just take a "word" which we'll extend into
PCR 11.
Diffstat (limited to 'src')
-rw-r--r-- | src/boot/pcrphase.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/pcrphase.c b/src/boot/pcrphase.c index 3be89bc286..267f66767c 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" |